Skip to content

Commit

Permalink
Modified release preparation goals
Browse files Browse the repository at this point in the history
Use `clean install` during release:prepare
  • Loading branch information
gastaldi committed Jul 18, 2022
1 parent 3b557ee commit 2b7cb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<pushChanges>false</pushChanges>
Expand Down

0 comments on commit 2b7cb0e

Please sign in to comment.