Skip to content

Commit

Permalink
Add plugin configuration to maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbza committed Jul 30, 2018
1 parent 38ec4c8 commit 53fd1c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,19 @@
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
</plugin>
<!--This plugin configuration is present to override the configuration specified in the
parent's pom.xml.
This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>true</useReleaseProfile>
<arguments>-Psonatype-oss-release ${arguments}</arguments>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
Expand Down

0 comments on commit 53fd1c7

Please sign in to comment.