Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-04-28 19:18:26 +0000
committerGreg Wilkins2010-04-28 19:18:26 +0000
commitde67a9e3089cc9c49f37fbdd73f00828a6461b6f (patch)
treeb2b31c4a83e0f48b41c1f5cc511c3890c873e30d
parentc9d3caa66e2d97369fad556d0211ee54afae9aaf (diff)
downloadorg.eclipse.jetty.project-de67a9e3089cc9c49f37fbdd73f00828a6461b6f.tar.gz
org.eclipse.jetty.project-de67a9e3089cc9c49f37fbdd73f00828a6461b6f.tar.xz
org.eclipse.jetty.project-de67a9e3089cc9c49f37fbdd73f00828a6461b6f.zip
include in releasesjetty-7.1.0.RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.1.0.RC0@1620 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--test-jetty-webapp/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/test-jetty-webapp/pom.xml b/test-jetty-webapp/pom.xml
index e56e6d435a..01299afe3f 100644
--- a/test-jetty-webapp/pom.xml
+++ b/test-jetty-webapp/pom.xml
@@ -13,14 +13,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <!-- DO NOT DEPLOY (or Release) -->
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>

Back to the top