Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Updated Nexus Staging plugin configuration to prevent auto-closure of…
Browse files Browse the repository at this point in the history
… the staging repositories created for releases so that the releases can be previewed and reviewed for completeness through the Nexus web interface before being promoted to Maven Central.
  • Loading branch information
manish-in-java committed Oct 11, 2018
1 parent 3443779 commit fb67a54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadoc</id>
<goals>
<goal>jar</goal>
</goals>
Expand All @@ -312,7 +311,6 @@
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
Expand Down Expand Up @@ -349,8 +347,8 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fb67a54

Please sign in to comment.