Skip to content

Commit

Permalink
disabling deploy goal on release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfa1 committed Jul 28, 2020
1 parent 9a33125 commit 9bab20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<goals>clean deploy</goals>
<goals>clean verify</goals>
<localCheckout>true</localCheckout>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
Expand Down

0 comments on commit 9bab20d

Please sign in to comment.