summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 62928c560..87a894df9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,8 @@
<plexus-utils.version>3.0.7</plexus-utils.version>
<asfTomcatMavenPluginVersion>2.0</asfTomcatMavenPluginVersion>
<tomcat7Version>7.0.30</tomcat7Version>
+
+ <release.preparationGoals>clean install</release.preparationGoals>
</properties>
<dependencyManagement>
@@ -1802,7 +1804,7 @@
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
- <preparationGoals>clean install</preparationGoals>
+ <preparationGoals>${release.preparationGoals}</preparationGoals>
<arguments>-Prelease</arguments>
</configuration>
</plugin>