Browse Source

Skip deployment for samples

pull/1/head
Dave Syer 13 years ago
parent
commit
c0148b4536
  1. 9
      spring-bootstrap-samples/pom.xml

9
spring-bootstrap-samples/pom.xml

@ -135,5 +135,14 @@ @@ -135,5 +135,14 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<!--skip deploy (these are just samples) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

Loading…
Cancel
Save