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 289289 <artifactId >maven-assembly-plugin</artifactId >
290290 <version >2.2</version >
291291 </plugin >
292+ <!-- This plugin configuration is present to override the configuration specified in the
293+ parent's pom.xml.
294+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
295+ <plugin >
296+ <groupId >org.apache.maven.plugins</groupId >
297+ <artifactId >maven-release-plugin</artifactId >
298+ <version >2.1</version >
299+ <configuration >
300+ <mavenExecutorId >forked-path</mavenExecutorId >
301+ <useReleaseProfile >true</useReleaseProfile >
302+ <arguments >-Psonatype-oss-release ${arguments} </arguments >
303+ </configuration >
304+ </plugin >
292305 <plugin >
293306 <artifactId >maven-clean-plugin</artifactId >
294307 <version >2.4.1</version >
You can’t perform that action at this time.
0 commit comments