[jbpm-commits] JBoss JBPM SVN: r5281 - jbpm4/trunk/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 10 03:51:48 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-10 03:51:48 -0400 (Fri, 10 Jul 2009)
New Revision: 5281

Modified:
   jbpm4/trunk/qa/test.demo.setup.bat
Log:
fixed multiple profiles in mvn command line

Modified: jbpm4/trunk/qa/test.demo.setup.bat
===================================================================
--- jbpm4/trunk/qa/test.demo.setup.bat	2009-07-10 04:51:11 UTC (rev 5280)
+++ jbpm4/trunk/qa/test.demo.setup.bat	2009-07-10 07:51:48 UTC (rev 5281)
@@ -1,5 +1,5 @@
 echo To run this, make sure that at least you have jbpm.parent.dir specified in your ${user.home}/.jbpm4/build.properties
-cmd /C mvn -U -Pdistro -Pschemadocs clean install
+cmd /C mvn -U -Pdistro,schemadocs clean install
 cmd /C ant -f qa/build.xml reinstall.jbpm
 cmd /C ant -f modules/distro/src/main/files/jboss/build.xml demo.setup
 




More information about the jbpm-commits mailing list