Switch off deploy plugin

This commit is contained in:
Dave Syer
2015-02-13 13:48:39 +00:00
parent be1b5f115e
commit 7d0f815404
3 changed files with 21 additions and 0 deletions

View File

@@ -58,6 +58,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>