Skip deployment

This commit is contained in:
Dave Syer
2015-01-25 11:50:19 +00:00
parent 76e6525737
commit 6f60373725

View File

@@ -23,6 +23,13 @@
</modules>
<build>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>