Skip to content

Commit 9bab20d

Browse files
committed
disabling deploy goal on release
1 parent 9a33125 commit 9bab20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<artifactId>maven-release-plugin</artifactId>
280280
<version>3.0.0-M1</version>
281281
<configuration>
282-
<goals>clean deploy</goals>
282+
<goals>clean verify</goals>
283283
<localCheckout>true</localCheckout>
284284
<tagNameFormat>v@{project.version}</tagNameFormat>
285285
</configuration>

0 commit comments

Comments
 (0)