We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4811559 commit 30b28baCopy full SHA for 30b28ba
pom.xml
@@ -78,18 +78,6 @@
78
</execution>
79
</executions>
80
</plugin>
81
- <plugin>
82
- <groupId>org.sonatype.plugins</groupId>
83
- <artifactId>nexus-staging-maven-plugin</artifactId>
84
- <version>1.6.7</version>
85
- <extensions>true</extensions>
86
- <configuration>
87
- <serverId>ossrh</serverId>
88
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
89
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
90
- <stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
91
- </configuration>
92
- </plugin>
93
</plugins>
94
</build>
95
<distributionManagement>
0 commit comments