mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
9dc569736e
commit
d7c45e3328
4
pom.xml
4
pom.xml
|
@ -103,6 +103,8 @@
|
||||||
<plexus-utils.version>3.0.7</plexus-utils.version>
|
<plexus-utils.version>3.0.7</plexus-utils.version>
|
||||||
<asfTomcatMavenPluginVersion>2.0</asfTomcatMavenPluginVersion>
|
<asfTomcatMavenPluginVersion>2.0</asfTomcatMavenPluginVersion>
|
||||||
<tomcat7Version>7.0.30</tomcat7Version>
|
<tomcat7Version>7.0.30</tomcat7Version>
|
||||||
|
|
||||||
|
<release.preparationGoals>clean install</release.preparationGoals>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -1802,7 +1804,7 @@
|
||||||
<useReleaseProfile>false</useReleaseProfile>
|
<useReleaseProfile>false</useReleaseProfile>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
<goals>deploy</goals>
|
<goals>deploy</goals>
|
||||||
<preparationGoals>clean install</preparationGoals>
|
<preparationGoals>${release.preparationGoals}</preparationGoals>
|
||||||
<arguments>-Prelease</arguments>
|
<arguments>-Prelease</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue