Skip to content

Commit

Permalink
make release preparation goals configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
ffang committed Mar 5, 2024
1 parent 7a503ee commit 9730f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>
<maven-owasp-plugin-version>9.0.9</maven-owasp-plugin-version>
<preparationGoals>clean install</preparationGoals>
</properties>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -456,7 +457,7 @@
<version>3.0.1</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<preparationGoals>${preparationGoals}</preparationGoals>
<goals>deploy</goals>
<arguments>-Prelease,deploy</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
Expand Down

0 comments on commit 9730f74

Please sign in to comment.