We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdf57a commit 8d9f5abCopy full SHA for 8d9f5ab
pom.xml
@@ -403,26 +403,6 @@
403
<goals>deploy</goals>
404
</configuration>
405
</plugin>
406
- <plugin>
407
- <groupId>org.sonatype.plugins</groupId>
408
- <artifactId>nexus-staging-maven-plugin</artifactId>
409
- <version>1.6.8</version>
410
- <executions>
411
- <execution>
412
- <id>default-deploy</id>
413
- <phase>deploy</phase>
414
- <!-- By default, this is the phase deploy goal will bind to -->
415
- <goals>
416
- <goal>deploy</goal>
417
- </goals>
418
- </execution>
419
- </executions>
420
- <configuration>
421
- <serverId>ossrh</serverId>
422
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
423
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
424
- </configuration>
425
- </plugin>
426
</plugins>
427
</build>
428
0 commit comments