Skip to content

Commit

Permalink
Do not deploy test module
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Mar 1, 2018
1 parent ab31394 commit 0a6acc5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jth-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,18 @@
<version>1.7</version>
</dependency>
</dependencies>

<build>
<plugins>
<!-- Do not deploy test module -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 0a6acc5

Please sign in to comment.