don't deploy the sample

This commit is contained in:
Spencer Gibb
2014-12-02 13:51:53 -07:00
parent 8f70fd9142
commit 9d63c776a8

View File

@@ -15,6 +15,18 @@
<relativePath>..</relativePath>
</parent>
<build>
<plugins>
<plugin>
<!--skip deploy -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>