Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Do not deploy during release
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Aug 29, 2017
1 parent 69773b1 commit 99e3406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<goals>install</goals>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 99e3406

Please sign in to comment.