File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -255,14 +255,20 @@ limitations under the License.
255
255
<passphrase >${env.GPG_PASSPHRASE} </passphrase >
256
256
</configuration >
257
257
</plugin >
258
+ <plugin >
259
+ <groupId >org.sonatype.plugins</groupId >
260
+ <artifactId >nexus-staging-maven-plugin</artifactId >
261
+ <version >1.7.0</version >
262
+ <extensions >true</extensions >
263
+ <configuration >
264
+ <serverId >sonatype-new</serverId >
265
+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
266
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
267
+ <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
268
+ </configuration >
269
+ </plugin >
258
270
</plugins >
259
271
</build >
260
- <distributionManagement >
261
- <repository >
262
- <id >sonatype-new</id >
263
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
264
- </repository >
265
- </distributionManagement >
266
272
</profile >
267
273
268
274
<profile >
You can’t perform that action at this time.
0 commit comments