Skip to content

Commit b80ef73

Browse files
committed
api 1.16: Add plugin configuration to maven-release-plugin
https://codereview.appspot.com/11616044/
1 parent b425a16 commit b80ef73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,19 @@
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>

0 commit comments

Comments
 (0)