[jboss-cvs] JBossAS SVN: r105731 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 4 14:57:11 EDT 2010


Author: pgier
Date: 2010-06-04 14:57:10 -0400 (Fri, 04 Jun 2010)
New Revision: 105731

Modified:
   trunk/build.sh
Log:
[JBAS-8067] Echo the build command before running it to help with debugging

Modified: trunk/build.sh
===================================================================
--- trunk/build.sh	2010-06-04 17:57:27 UTC (rev 105730)
+++ trunk/build.sh	2010-06-04 18:57:10 UTC (rev 105731)
@@ -162,6 +162,7 @@
     # export some stuff for maven
     export MVN MAVEN_HOME MVN_OPTS MVN_GOAL
 
+    echo "$MVN $MVN_OPTIONS $MVN_GOAL"
     
     # execute in debug mode, or simply execute
     if [ "x$MVN_DEBUG" != "x" ]; then



More information about the jboss-cvs-commits mailing list