This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 9730f744e6 make release preparation goals configurable
9730f744e6 is described below
commit 9730f744e655d4c9ec2011876d287875d4a7e285
Author: Freeman Fang <[email protected]>
AuthorDate: Tue Mar 5 14:00:50 2024 -0500
make release preparation goals configurable
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 515cc73b9c..6de8883129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>