KT-1870 skip deployment of docs, tests and examples

This commit is contained in:
Leonid Shalupov
2013-07-10 15:54:13 +04:00
parent 8d65613eed
commit 4f6d09eaba
9 changed files with 94 additions and 17 deletions
+8
View File
@@ -47,6 +47,14 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>