Issue #343 - ensure release deployment of test-jetty-webapp:war and test-proxy-webapp:war

This commit is contained in:
Joakim Erdfelt 2016-03-07 16:25:54 -07:00
parent 8af356bc0d
commit cc9a19775b
3 changed files with 17 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<!-- DO NOT DEPLOY (or Release) -->
<skip>true</skip>
</configuration>
</plugin>
</plugin>
</plugins>
</build>
<modules>

View File

@ -148,6 +148,14 @@
</loginServices>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- must deploy: required for jetty-distribution -->
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>

View File

@ -41,6 +41,14 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- must deploy: required for jetty-distribution -->
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>