Skip to content

Commit

Permalink
Added configuration to be able to overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed May 12, 2019
1 parent e614593 commit aaac72b
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 @@ -197,6 +197,19 @@

<build>
<defaultGoal>install</defaultGoal>
<!--
! This part should be made part of mojo-parent
-->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>${arguments}</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit aaac72b

Please sign in to comment.