Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-02-01 21:27:33 +0000
committerJesse McConnell2012-02-01 21:27:33 +0000
commitf98aa75b8f1c89cc80236cdf0ddcd0d77b943762 (patch)
treeeb453792b90c81766a2779d3fcb081824c0e231b /test-jetty-nested/pom.xml
parentb5a9cea589aaa395540be2ad893062b1be7bae3a (diff)
downloadorg.eclipse.jetty.project-f98aa75b8f1c89cc80236cdf0ddcd0d77b943762.tar.gz
org.eclipse.jetty.project-f98aa75b8f1c89cc80236cdf0ddcd0d77b943762.tar.xz
org.eclipse.jetty.project-f98aa75b8f1c89cc80236cdf0ddcd0d77b943762.zip
a couple more pom tweaks
Diffstat (limited to 'test-jetty-nested/pom.xml')
-rw-r--r--test-jetty-nested/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-jetty-nested/pom.xml b/test-jetty-nested/pom.xml
index f69edcd112..929da5eb73 100644
--- a/test-jetty-nested/pom.xml
+++ b/test-jetty-nested/pom.xml
@@ -9,10 +9,6 @@
<artifactId>test-jetty-nested</artifactId>
<name>Jetty :: Nested Test</name>
<packaging>war</packaging>
- <build>
- <plugins>
- </plugins>
- </build>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>

Back to the top