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 378378 <artifactId >animal-sniffer-maven-plugin</artifactId >
379379 <version >1.9</version >
380380 </plugin >
381+ <!-- This plugin configuration is present to override the configuration specified in the
382+ parent's pom.xml.
383+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
384+ <plugin >
385+ <groupId >org.apache.maven.plugins</groupId >
386+ <artifactId >maven-release-plugin</artifactId >
387+ <version >2.1</version >
388+ <configuration >
389+ <mavenExecutorId >forked-path</mavenExecutorId >
390+ <useReleaseProfile >true</useReleaseProfile >
391+ <arguments >${arguments} </arguments >
392+ </configuration >
393+ </plugin >
381394 <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
382395 <plugin >
383396 <groupId >org.eclipse.m2e</groupId >
You can’t perform that action at this time.
0 commit comments