File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5454 <plugin >
5555 <groupId >org.apache.maven.plugins</groupId >
5656 <artifactId >maven-deploy-plugin</artifactId >
57- <version >2.7</version >
5857 <configuration >
5958 <skip >true</skip >
6059 </configuration >
Original file line number Diff line number Diff line change 8989 <configuration >
9090 <releaseProfiles >release</releaseProfiles >
9191 <arguments >-Prelease</arguments >
92+ <mavenExecutorId >forked-path</mavenExecutorId >
9293 </configuration >
9394 </plugin >
9495 <plugin >
216217 <configuration >
217218 <serverId >sonatype-nexus-staging</serverId >
218219 <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
219- <autoReleaseAfterClose >true</autoReleaseAfterClose >
220+ <skipStagingRepositoryClose >true</skipStagingRepositoryClose >
221+ <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -->
220222 </configuration >
221223 </plugin >
222224 <plugin >
You can’t perform that action at this time.
0 commit comments