Skip to content

Commit

Permalink
Do not auto close or release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Feb 15, 2022
1 parent ca6f2a1 commit 4cd76cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<configuration>
<releaseProfiles>release</releaseProfiles>
<arguments>-Prelease</arguments>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -216,7 +217,8 @@
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4cd76cd

Please sign in to comment.