File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 59
59
<distributionManagement >
60
60
<repository >
61
61
<id >central</id >
62
- <url >https://oss .sonatype.org /service/local/staging/deploy/maven2/</url >
62
+ <url >https://central .sonatype.com /service/local/staging/deploy/maven2/</url >
63
63
</repository >
64
64
<snapshotRepository >
65
65
<id >central</id >
229
229
</configuration >
230
230
</plugin >
231
231
232
+ <!--
232
233
<plugin>
233
234
<groupId>org.sonatype.plugins</groupId>
234
235
<artifactId>nexus-staging-maven-plugin</artifactId>
240
241
<autoReleaseAfterClose>true</autoReleaseAfterClose>
241
242
</configuration>
242
243
</plugin>
244
+ -->
243
245
244
246
<plugin >
245
247
<groupId >org.apache.maven.plugins</groupId >
407
409
</execution >
408
410
</executions >
409
411
</plugin >
412
+ <plugin >
413
+ <groupId >org.sonatype.central</groupId >
414
+ <artifactId >central-publishing-maven-plugin</artifactId >
415
+ <version >0.7.0</version >
416
+ <extensions >true</extensions >
417
+ <configuration >
418
+ <publishingServerId >central</publishingServerId >
419
+ <autoPublish >true</autoPublish >
420
+ </configuration >
421
+ </plugin >
410
422
</plugins >
411
423
</build >
412
424
</profile >
You can’t perform that action at this time.
0 commit comments