Skip to content

Commit 4a9643c

Browse files
committed
Remove nexus-staging-maven-plugin; the automated sync to central is failing.
1 parent 4c00ef2 commit 4a9643c

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
@@ -74,17 +74,6 @@
7474
</execution>
7575
</executions>
7676
</plugin>
77-
<plugin>
78-
<groupId>org.sonatype.plugins</groupId>
79-
<artifactId>nexus-staging-maven-plugin</artifactId>
80-
<version>1.4.4</version>
81-
<extensions>true</extensions>
82-
<configuration>
83-
<serverId>sonatype-nexus-staging</serverId>
84-
<!--<nexusUrl>https://oss.sonatype.org/service/local/staging/deploy/maven2/</nexusUrl>-->
85-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
86-
</configuration>
87-
</plugin>
8877
</plugins>
8978
</build>
9079

0 commit comments

Comments
 (0)