This repository was archived by the owner on May 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,18 @@ under the License.
340
340
</execution >
341
341
</executions >
342
342
</plugin >
343
+ <!-- auto release to maven central-->
344
+ <plugin >
345
+ <groupId >org.sonatype.plugins</groupId >
346
+ <artifactId >nexus-staging-maven-plugin</artifactId >
347
+ <version >1.6.2</version >
348
+ <extensions >true</extensions >
349
+ <configuration >
350
+ <serverId >sonatype-nexus-staging</serverId >
351
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
352
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
353
+ </configuration >
354
+ </plugin >
343
355
</plugins >
344
356
<pluginManagement >
345
357
<plugins >
@@ -463,17 +475,6 @@ under the License.
463
475
</execution >
464
476
</executions >
465
477
</plugin >
466
- <plugin >
467
- <groupId >org.sonatype.plugins</groupId >
468
- <artifactId >nexus-staging-maven-plugin</artifactId >
469
- <version >1.6.2</version >
470
- <extensions >true</extensions >
471
- <configuration >
472
- <serverId >sonatype-nexus-staging</serverId >
473
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
474
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
475
- </configuration >
476
- </plugin >
477
478
</plugins >
478
479
</build >
479
480
<reporting >
You can’t perform that action at this time.
0 commit comments