Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2015-09-09 06:10:05 +0000
committerJan Bartel2015-09-09 06:10:05 +0000
commit35b7ef8aaa8f3f42723850f34da59493744fc3e8 (patch)
tree47c7fba8cabfe2abaf5db9166e90c4b43769ec94 /tests/test-webapps
parent85f138270eb5e15faaa25e8c7cb7d58f95405221 (diff)
downloadorg.eclipse.jetty.project-35b7ef8aaa8f3f42723850f34da59493744fc3e8.tar.gz
org.eclipse.jetty.project-35b7ef8aaa8f3f42723850f34da59493744fc3e8.tar.xz
org.eclipse.jetty.project-35b7ef8aaa8f3f42723850f34da59493744fc3e8.zip
Comment out demonstration config for jsp precompilation in test-jetty-webapp.
Diffstat (limited to 'tests/test-webapps')
-rw-r--r--tests/test-webapps/test-jetty-webapp/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml
index c457094754..5a168c7072 100644
--- a/tests/test-webapps/test-jetty-webapp/pom.xml
+++ b/tests/test-webapps/test-jetty-webapp/pom.xml
@@ -241,10 +241,12 @@
<goals>
<goal>jspc</goal>
</goals>
+ <!-- example configuration
<configuration>
<includes>**/*.foo</includes>
<excludes>**/*.fff</excludes>
</configuration>
+ -->
</execution>
</executions>
</plugin>

Back to the top