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 286286 <artifactId >maven-antrun-plugin</artifactId >
287287 <version >1.6</version >
288288 </plugin >
289+ <!-- This plugin configuration is present to override the configuration specified in the
290+ parent's pom.xml.
291+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
292+ <plugin >
293+ <groupId >org.apache.maven.plugins</groupId >
294+ <artifactId >maven-release-plugin</artifactId >
295+ <version >2.1</version >
296+ <configuration >
297+ <mavenExecutorId >forked-path</mavenExecutorId >
298+ <useReleaseProfile >true</useReleaseProfile >
299+ <arguments >-Psonatype-oss-release ${arguments} </arguments >
300+ </configuration >
301+ </plugin >
289302 <plugin >
290303 <artifactId >maven-assembly-plugin</artifactId >
291304 <version >2.2</version >
You can’t perform that action at this time.
0 commit comments