Skip to content

Commit 7b4d632

Browse files
authored
Merge pull request #12 from liubao68/3.4.x
fix nexus plugin problem
2 parents c0f3ece + dcf7c89 commit 7b4d632

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,24 @@
139139
</plugin>
140140

141141
<!-- Deploy to Sonatype OSS Nexus -->
142-
143142
<plugin>
144143
<groupId>org.sonatype.plugins</groupId>
145144
<artifactId>nexus-staging-maven-plugin</artifactId>
146-
<version>1.6.13</version>
145+
<version>1.6.8</version>
147146
<extensions>true</extensions>
148147
<configuration>
149148
<serverId>sonatype</serverId>
150149
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
151-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
150+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
152151
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
153152
</configuration>
153+
<dependencies>
154+
<dependency>
155+
<groupId>com.thoughtworks.xstream</groupId>
156+
<artifactId>xstream</artifactId>
157+
<version>1.4.15</version>
158+
</dependency>
159+
</dependencies>
154160
</plugin>
155161
</plugins>
156162

0 commit comments

Comments
 (0)