Skip to content

Commit 60a2d28

Browse files
committed
Remove unnecessary nexus-staging-maven-plugin with new parent
1 parent fc62601 commit 60a2d28

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,5 @@
4747
</profile>
4848
</profiles>
4949

50-
<build>
51-
<plugins>
52-
<plugin>
53-
<groupId>org.sonatype.plugins</groupId>
54-
<artifactId>nexus-staging-maven-plugin</artifactId>
55-
<version>1.6.8</version>
56-
<extensions>true</extensions>
57-
<configuration>
58-
<serverId>ossrh</serverId>
59-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
60-
<autoReleaseAfterClose>${nexus.staging.autoReleaseAfterClose}</autoReleaseAfterClose>
61-
</configuration>
62-
<dependencies>
63-
<!--
64-
TODO:
65-
Remove after OSSRH-66257, NEXUS-26993 are fixed,
66-
possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
67-
-->
68-
<dependency>
69-
<groupId>com.thoughtworks.xstream</groupId>
70-
<artifactId>xstream</artifactId>
71-
<version>1.4.15</version>
72-
</dependency>
73-
</dependencies>
74-
</plugin>
75-
</plugins>
76-
</build>
7750
</project>
7851

0 commit comments

Comments
 (0)