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.
1 parent e13ef32 commit ae4b2a6Copy full SHA for ae4b2a6
pom.xml
@@ -190,14 +190,14 @@
190
</plugin>
191
192
<plugin>
193
- <groupId>org.sonatype.plugins</groupId>
194
- <artifactId>nexus-staging-maven-plugin</artifactId>
195
- <version>1.6.13</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
196
<extensions>true</extensions>
197
<configuration>
198
- <serverId>sonatype-nexus-staging</serverId>
199
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
200
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
+ <autoPublish>true</autoPublish>
+ <waitUntil>published</waitUntil>
201
</configuration>
202
203
</plugins>
0 commit comments