Author: aheritier
Date: 2010-02-05 00:29:40 -0500 (Fri, 05 Feb 2010)
New Revision: 1532
Modified:
portal/branches/3.0.0-Beta05-CP/pom.xml
Log:
Fix for
http://jira.codehaus.org/browse/MRELEASE-3 - waiting 2.0 release
Modified: portal/branches/3.0.0-Beta05-CP/pom.xml
===================================================================
--- portal/branches/3.0.0-Beta05-CP/pom.xml 2010-02-05 04:33:53 UTC (rev 1531)
+++ portal/branches/3.0.0-Beta05-CP/pom.xml 2010-02-05 05:29:40 UTC (rev 1532)
@@ -65,7 +65,8 @@
<!-- maven-release-plugin -->
<arguments>-Prelease,pkg-tomcat,pkg-jbossas
-Dmaven.test.skip=true</arguments>
-
+ <!-- cf
http://jira.codehaus.org/browse/MRELEASE-3 -->
+ <preparationGoals>clean install</preparationGoals>
</properties>
<scm>