Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-11-26 04:35:30 +0000
committerJan Bartel2014-11-26 04:36:36 +0000
commit16737804c85fcab8e189fb59105182fa99de1ed3 (patch)
tree5aa3baa4dae163f86f5990f4e2afaeca8f0bbf7e /jetty-distribution
parentbd0cd80b5883358a536bd0bfd71ceb8ceefd20ce (diff)
downloadorg.eclipse.jetty.project-16737804c85fcab8e189fb59105182fa99de1ed3.tar.gz
org.eclipse.jetty.project-16737804c85fcab8e189fb59105182fa99de1ed3.tar.xz
org.eclipse.jetty.project-16737804c85fcab8e189fb59105182fa99de1ed3.zip
452261 - Multiple servlets map to path *.jsp when using jsp-property-group
Diffstat (limited to 'jetty-distribution')
-rw-r--r--jetty-distribution/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 1b3fa08c81..dbeb707516 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -464,8 +464,8 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
- <includeGroupIds>org.eclipse.jetty.orbit,org.glassfish.web, org.glassfish, javax.el, javax.servlet.jsp, org.eclipse.jetty.toolchain</includeGroupIds>
- <includeArtifactIds>org.eclipse.jdt.core, javax.servlet.jsp-api, javax.servlet.jsp, jetty-jsp-jdt, javax.el-api, javax.el</includeArtifactIds>
+ <includeGroupIds>org.eclipse.jetty.orbit,org.glassfish.web, org.glassfish, javax.el, javax.servlet.jsp, org.eclipse.jetty.toolchain, org.eclipse.jetty</includeGroupIds>
+ <includeArtifactIds>org.eclipse.jdt.core, javax.servlet.jsp-api, javax.servlet.jsp, jetty-jsp-jdt, javax.el-api, javax.el, jetty-jsp</includeArtifactIds>
<includeTypes>jar</includeTypes>
<outputDirectory>${assembly-directory}/lib/jsp</outputDirectory>
</configuration>

Back to the top