Remove nexus plugin

This commit is contained in:
Cédric Couralet 2021-05-01 22:24:33 +02:00
parent f6fefb0435
commit 5600b874c9
1 changed files with 0 additions and 12 deletions

12
pom.xml
View File

@ -120,18 +120,6 @@
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<!-- Change to true once we're good! -->
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>