[jboss-svn-commits] JBL Code SVN: r35013 - in labs/jbossrules/trunk: drools-guvnor and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 6 05:35:49 EDT 2010
Author: ge0ffrey
Date: 2010-09-06 05:35:49 -0400 (Mon, 06 Sep 2010)
New Revision: 35013
Modified:
labs/jbossrules/trunk/drools-atom/pom.xml
labs/jbossrules/trunk/drools-guvnor/modules/imageset/INSTALL.txt
labs/jbossrules/trunk/drools-guvnor/pom.xml
labs/jbossrules/trunk/drools-guvnor/redeploy_appserver.sh
Log:
-Dmaven.test.skip is deprecated in favor of -DskipTests
Modified: labs/jbossrules/trunk/drools-atom/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-atom/pom.xml 2010-09-06 09:13:07 UTC (rev 35012)
+++ labs/jbossrules/trunk/drools-atom/pom.xml 2010-09-06 09:35:49 UTC (rev 35013)
@@ -8,7 +8,7 @@
If by chance the slackers who maintain the other projects have left the build slight broken,
you can skip the tests by doing:
- "mvn -Dmaven.test.skip=true install" and it should work.
+ "mvn -DskipTests install" and it should work.
-->
Modified: labs/jbossrules/trunk/drools-guvnor/modules/imageset/INSTALL.txt
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/modules/imageset/INSTALL.txt 2010-09-06 09:13:07 UTC (rev 35012)
+++ labs/jbossrules/trunk/drools-guvnor/modules/imageset/INSTALL.txt 2010-09-06 09:35:49 UTC (rev 35013)
@@ -23,8 +23,8 @@
mvn install:install-file -DgroupId=org.drools.guvnor -DartifactId=rolodex-image-set -Dversion=0.1 -Dpackaging=jar -Dfile=modules/imageset/rolodex-image-set-0.1.jar
8) build Guvnor
- mvn -Dmaven.test.skip=true clean install
+ mvn -DskipTests clean install
9) deploy
-That's it!
\ No newline at end of file
+That's it!
Modified: labs/jbossrules/trunk/drools-guvnor/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/pom.xml 2010-09-06 09:13:07 UTC (rev 35012)
+++ labs/jbossrules/trunk/drools-guvnor/pom.xml 2010-09-06 09:35:49 UTC (rev 35013)
@@ -8,7 +8,7 @@
If by chance the slackers who maintain the other projects have left the build slight broken,
you can skip the tests by doing:
- "mvn -Dmaven.test.skip=true install" and it should work.
+ "mvn -DskipTests install" and it should work.
-->
<modelVersion>4.0.0</modelVersion>
Modified: labs/jbossrules/trunk/drools-guvnor/redeploy_appserver.sh
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/redeploy_appserver.sh 2010-09-06 09:13:07 UTC (rev 35012)
+++ labs/jbossrules/trunk/drools-guvnor/redeploy_appserver.sh 2010-09-06 09:35:49 UTC (rev 35013)
@@ -1,5 +1,5 @@
ant gwt-compile
-mvn -o package -Dmaven.test.skip=true
+mvn -o package -DskipTests
cp -v ./target/drools-guvnor.war /usr/local/share/java/jetty-6.1.0/webapps
More information about the jboss-svn-commits
mailing list