Skip to content

Commit

Permalink
Remove legacy deployment plugins from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleException committed May 22, 2024
1 parent 56e89a9 commit f930310
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,6 @@
</plugin>


<!-- DEPLOYMENT -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>


<!-- GENERATE SOURCES -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -114,23 +100,6 @@
</execution>
</executions>
</plugin>


<!-- GPG -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit f930310

Please sign in to comment.