Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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