diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-03 10:30:22 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-03 10:30:22 +0000 |
commit | d7c45e3328c5ea46710271b7fa91955fe81ad0cc (patch) | |
tree | a1f7d1bfd6f718ee63f61df407e2c188d65774c9 | |
parent | 9dc569736e96e806bc19ec697d6f0eef41c579c1 (diff) | |
download | archiva-d7c45e3328c5ea46710271b7fa91955fe81ad0cc.tar.gz archiva-d7c45e3328c5ea46710271b7fa91955fe81ad0cc.zip |
possibility to override preparationGoals running twice test is a pain :-)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1393392 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |