Skip to content

Commit e5483c8

Browse files
author
Thierry Boileau
committed
Publish to Maven Central with manual publish
1 parent a691095 commit e5483c8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,12 @@
240240
</executions>
241241
</plugin>
242242
<plugin>
243-
<groupId>org.sonatype.plugins</groupId>
244-
<artifactId>nexus-staging-maven-plugin</artifactId>
245-
<version>1.7.0</version>
243+
<groupId>org.sonatype.central</groupId>
244+
<artifactId>central-publishing-maven-plugin</artifactId>
245+
<version>0.6.0</version>
246246
<extensions>true</extensions>
247247
<configuration>
248-
<serverId>ossrh</serverId>
249-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
250-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
248+
<publishingServerId>central</publishingServerId>
251249
</configuration>
252250
</plugin>
253251
<plugin>

0 commit comments

Comments
 (0)