Do not deploy the testsuite

This commit is contained in:
Trustin Lee 2014-01-10 15:14:46 +09:00
parent 25c51f86c0
commit 5dd5e6abaf

View File

@ -78,6 +78,12 @@
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<!--
<plugin>
<groupId>me.normanmaurer.maven.autobahntestsuite</groupId>