Skip to content

Commit 715d683

Browse files
committed
Disable nexus staging plugin as it's not compatible with Fastconnect Nexus
1 parent 9518ff1 commit 715d683

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -368,18 +368,6 @@
368368
</plugins>
369369
</pluginManagement>
370370
<plugins>
371-
<plugin>
372-
<groupId>org.sonatype.plugins</groupId>
373-
<artifactId>nexus-staging-maven-plugin</artifactId>
374-
<version>1.6.7</version>
375-
<extensions>true</extensions>
376-
<configuration>
377-
<serverId>ossrh</serverId>
378-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
379-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
380-
</configuration>
381-
</plugin>
382-
383371
<plugin>
384372
<groupId>org.apache.maven.plugins</groupId>
385373
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)