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 ca6f2a1 commit 4cd76cdCopy full SHA for 4cd76cd
pom.xml
@@ -89,6 +89,7 @@
89
<configuration>
90
<releaseProfiles>release</releaseProfiles>
91
<arguments>-Prelease</arguments>
92
+ <mavenExecutorId>forked-path</mavenExecutorId>
93
</configuration>
94
</plugin>
95
<plugin>
@@ -216,7 +217,8 @@
216
217
218
<serverId>sonatype-nexus-staging</serverId>
219
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
220
+ <skipStagingRepositoryClose>true</skipStagingRepositoryClose>
221
+ <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -->
222
223
224
0 commit comments