Author: simonetripodi
Date: Mon Jul 2 11:09:14 2012
New Revision: 1356183
URL: http://svn.apache.org/viewvc?rev=1356183&view=rev
Log:
installing when preparing the release, otherwise ITs fail
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356183&r1=1356182&r2=1356183&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul 2 11:09:14 2012
@@ -540,6 +540,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
+ <preparationGoals>install</preparationGoals>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>false</autoVersionSubmodules>