Skip to content

Commit 0c93b24

Browse files
committed
build(ci): remove nexus-staging-maven-plugin
- Remove nexus-staging-maven-plugin
1 parent 6750a94 commit 0c93b24

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,17 +180,6 @@
180180
<keywords>true</keywords>
181181
</configuration>
182182
</plugin>
183-
<plugin>
184-
<groupId>org.sonatype.plugins</groupId>
185-
<artifactId>nexus-staging-maven-plugin</artifactId>
186-
<version>1.7.0</version>
187-
<extensions>true</extensions>
188-
<configuration>
189-
<serverId>ossrh</serverId>
190-
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
191-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
192-
</configuration>
193-
</plugin>
194183
<plugin>
195184
<groupId>org.apache.maven.plugins</groupId>
196185
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)