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

@@ -65,6 +65,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>