Disabled deployment of all sample apps

This commit is contained in:
Michael Minella
2016-04-26 23:19:40 -05:00
parent f126d51775
commit b192f79f75
7 changed files with 49 additions and 44 deletions

View File

@@ -124,18 +124,14 @@
</execution>
</executions>
</plugin>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>