We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a912977 + b9ff25e commit 6fc9c04Copy full SHA for 6fc9c04
pom.xml
@@ -103,14 +103,14 @@
103
</configuration>
104
</plugin>
105
<plugin>
106
- <groupId>org.sonatype.plugins</groupId>
107
- <artifactId>nexus-staging-maven-plugin</artifactId>
108
- <version>1.7.0</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
109
<extensions>true</extensions>
110
<configuration>
111
- <serverId>ossrh</serverId>
112
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
113
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <autoPublish>true</autoPublish>
+ <waitUntil>published</waitUntil>
+ <publishingServerId>central</publishingServerId>
114
115
116
0 commit comments