Skip to content

Commit 8e2b416

Browse files
committed
Replacing the old Nexus staging plugin with Central Publishing plugin
1 parent a84117c commit 8e2b416

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,13 @@
179179
</executions>
180180
</plugin>
181181
<plugin>
182-
<groupId>org.sonatype.plugins</groupId>
183-
<artifactId>nexus-staging-maven-plugin</artifactId>
184-
<version>1.7.0</version>
185-
<extensions>true</extensions>
186-
<configuration>
187-
<serverId>${distributionManagement.snapshot.id}</serverId>
188-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
189-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
190-
</configuration>
182+
<groupId>org.sonatype.central</groupId>
183+
<artifactId>central-publishing-maven-plugin</artifactId>
184+
<version>0.8.0</version>
185+
<extensions>true</extensions>
186+
<configuration>
187+
<publishingServerId>central</publishingServerId>
188+
</configuration>
191189
</plugin>
192190
</plugins>
193191
</build>

0 commit comments

Comments
 (0)