Skip to content

Commit

Permalink
JAV-374 skipped deployment of test module to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyinx committed Sep 13, 2017
1 parent da1cb99 commit e77055a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions integration-tests/pom.xml
Expand Up @@ -32,5 +32,16 @@
<module>coverage-aggregate</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -308,6 +308,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit e77055a

Please sign in to comment.