File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 330330 <arguments >-Psonatype-oss-release ${arguments} </arguments >
331331 </configuration >
332332 </plugin >
333+ <!-- This plugin configuration is present to override the configuration specified in the
334+ parent's pom.xml.
335+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
336+ <plugin >
337+ <groupId >org.apache.maven.plugins</groupId >
338+ <artifactId >maven-release-plugin</artifactId >
339+ <version >2.1</version >
340+ <configuration >
341+ <mavenExecutorId >forked-path</mavenExecutorId >
342+ <useReleaseProfile >true</useReleaseProfile >
343+ <arguments >-Psonatype-oss-release ${arguments} </arguments >
344+ </configuration >
345+ </plugin >
333346 <plugin >
334347 <artifactId >maven-clean-plugin</artifactId >
335348 <version >2.4.1</version >
You can’t perform that action at this time.
0 commit comments