Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-09-06 14:53:08 +0000
committerJoakim Erdfelt2013-09-06 14:53:35 +0000
commitdb19102bba41c0913a2224dd9375b56769aa1900 (patch)
tree60281fc93d638bc92cbe942bb9c1c0097ecd31d6 /jetty-servlets/pom.xml
parente26ce1b303aad1608c01ce9350be1fc8c86cf596 (diff)
downloadorg.eclipse.jetty.project-db19102bba41c0913a2224dd9375b56769aa1900.tar.gz
org.eclipse.jetty.project-db19102bba41c0913a2224dd9375b56769aa1900.tar.xz
org.eclipse.jetty.project-db19102bba41c0913a2224dd9375b56769aa1900.zip
Fixing distribution - adding servlets.mod + javax.mail support
Diffstat (limited to 'jetty-servlets/pom.xml')
-rw-r--r--jetty-servlets/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 16aaa7e05f..dbc1339f8e 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -45,6 +45,23 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>config</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>

Back to the top