Do not deploy the testsuite

This commit is contained in:
Trustin Lee 2014-01-10 15:14:17 +09:00
parent a3fb9fc823
commit 2ca7eae136

View File

@ -75,5 +75,16 @@
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>