Author: aheritier
Date: 2010-02-05 00:39:27 -0500 (Fri, 05 Feb 2010)
New Revision: 1533
Modified:
portal/branches/3.0.0-Beta05-CP/pom.xml
Log:
We want to build tests to deploy and reuse them but we don't want to execute them
Modified: portal/branches/3.0.0-Beta05-CP/pom.xml
===================================================================
--- portal/branches/3.0.0-Beta05-CP/pom.xml 2010-02-05 05:29:40 UTC (rev 1532)
+++ portal/branches/3.0.0-Beta05-CP/pom.xml 2010-02-05 05:39:27 UTC (rev 1533)
@@ -64,7 +64,7 @@
<jdk.min.version>1.6</jdk.min.version>
<!-- maven-release-plugin -->
- <arguments>-Prelease,pkg-tomcat,pkg-jbossas
-Dmaven.test.skip=true</arguments>
+ <arguments>-Prelease,pkg-tomcat,pkg-jbossas -DskipTests</arguments>
<!-- cf
http://jira.codehaus.org/browse/MRELEASE-3 -->
<preparationGoals>clean install</preparationGoals>
</properties>