[jbpm-commits] JBoss JBPM SVN: r2085 - jbpm3/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 3 10:29:46 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-03 10:29:46 -0400 (Wed, 03 Sep 2008)
New Revision: 2085

Modified:
   jbpm3/trunk/hudson/hudson-home/command.sh
Log:
Fix dependency:tree

Modified: jbpm3/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-03 14:23:35 UTC (rev 2084)
+++ jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-03 14:29:46 UTC (rev 2085)
@@ -30,13 +30,13 @@
 #
 # log dependency tree
 #
+cd $JBPMDIR
+cp profiles.xml.example profiles.xml
 mvn -Ddatabase=$DATABASE dependency:tree | tee $WORKSPACE/dependency-tree.txt
 
 #
 # Build distro
 #
-cd $JBPMDIR
-cp profiles.xml.example profiles.xml
 mvn -U -Pdistro clean package; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then
   echo maven exit status $MVN_STATUS




More information about the jbpm-commits mailing list