Do not deploy anymore kotlin maven plugin tests and build common test utilities to maven central

This commit is contained in:
Ilya Gorbunov
2016-05-18 20:52:43 +03:00
parent bdf80ec747
commit fda9797dc4
2 changed files with 17 additions and 0 deletions
@@ -63,6 +63,12 @@
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
@@ -30,6 +30,17 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<!--
moved the integration test into a profile so we can disable this