Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-08-15 09:53:52 +0000
committerGreg Wilkins2014-08-15 09:53:52 +0000
commit1c71040eca9c5f94c55cb70b51924115597872cc (patch)
treee18bbdb80f921e3bf721fd72d400feb298e6ec13 /jetty-servlets/pom.xml
parentb47f9ef60522ad435d516741646e8e9acf2a6302 (diff)
downloadorg.eclipse.jetty.project-1c71040eca9c5f94c55cb70b51924115597872cc.tar.gz
org.eclipse.jetty.project-1c71040eca9c5f94c55cb70b51924115597872cc.tar.xz
org.eclipse.jetty.project-1c71040eca9c5f94c55cb70b51924115597872cc.zip
moved config plugin to profile
Diffstat (limited to 'jetty-servlets/pom.xml')
-rw-r--r--jetty-servlets/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 98bfefdf14..a8c2ee8b6a 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -16,23 +16,6 @@
<build>
<plugins>
<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