[embjopr-commits] EMBJOPR SVN: r757 - trunk/jsfunit/testdata.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Sep 21 19:56:57 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-21 19:56:57 -0400 (Mon, 21 Sep 2009)
New Revision: 757

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * hudson script updated - debugging repositories settings

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-21 23:32:17 UTC (rev 756)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-21 23:56:57 UTC (rev 757)
@@ -45,10 +45,6 @@
 if [ -e "$M2_SETTINGS_PATH" ] ; then echo "WARNING: $M2_SETTINGS_PATH not found."; fi
 M2_SETTINGS="-s ${M2_SETTINGS_PATH}"
 
-##  Without explicitely set settings file
-mvn project-info-reports:dependency-management
-##  With explicitely set settings file
-mvn $M2_SETTINGS project-info-reports:dependency-management
 
 
 
@@ -71,6 +67,12 @@
     #  patch -p0 < /home/hudson/ozizka/JoprEmbedded/pom-JmsAndDatasources.patch
     #fi
 
+    ##  Without explicitely set settings file
+    mvn -Pjboss5x help:effective-settings
+    ##  With explicitely set settings file
+    mvn $M2_SETTINGS -Pjboss5x help:effective-settings
+
+
     #mvn -Pjboss5x install -Dcargo.jboss.configuration=$JBOSS_CONFIG -Dhtmlunit.browser=$BROWSER  --fail-never --update-snapshots -DJBOSS_HOME=$JBOSS_HOME -Dcargo.jboss.bind.address=$MYTESTIP_1
 
     if [ -n "$NO_GC_LIMIT" ] ; then ADD_PROFILES=",no_GC_limit"; fi



More information about the embjopr-commits mailing list