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 338338 <arguments >-Psonatype-oss-release ${arguments} </arguments >
339339 </configuration >
340340 </plugin >
341+ <!-- This plugin configuration is present to override the configuration specified in the
342+ parent's pom.xml.
343+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
344+ <plugin >
345+ <groupId >org.apache.maven.plugins</groupId >
346+ <artifactId >maven-release-plugin</artifactId >
347+ <version >2.1</version >
348+ <configuration >
349+ <mavenExecutorId >forked-path</mavenExecutorId >
350+ <useReleaseProfile >true</useReleaseProfile >
351+ <arguments >-Psonatype-oss-release ${arguments} </arguments >
352+ </configuration >
353+ </plugin >
341354 <plugin >
342355 <artifactId >maven-assembly-plugin</artifactId >
343356 <version >2.2</version >
You can’t perform that action at this time.
0 commit comments