Skip to content

Commit dbc7aff

Browse files
committed
FIX crash nexus-staging:1.7.0:deploy
1 parent 4951f54 commit dbc7aff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1967,11 +1967,12 @@
19671967
<plugin>
19681968
<groupId>org.apache.maven.plugins</groupId>
19691969
<artifactId>maven-release-plugin</artifactId>
1970-
<version>3.0.0-M7</version>
1970+
<version>3.1.1</version>
19711971
<configuration>
19721972
<autoVersionSubmodules>true</autoVersionSubmodules>
19731973
<updateBranchVersions>true</updateBranchVersions>
1974-
<goals>install javadoc:aggregate-jar deploy</goals>
1974+
<!--goals>install javadoc:aggregate-jar deploy</goals-->
1975+
<preparationGoals>clean install</preparationGoals> <!-- Default: clean verify -->
19751976
<signTag>true</signTag>
19761977
<tagNameFormat>@{project.version}</tagNameFormat>
19771978
<allowTimestampedSnapshots>false</allowTimestampedSnapshots>

0 commit comments

Comments
 (0)