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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Sep 21 20:24:06 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-21 20:24:06 -0400 (Mon, 21 Sep 2009)
New Revision: 758

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:56:57 UTC (rev 757)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-22 00:24:06 UTC (rev 758)
@@ -42,7 +42,7 @@
 fi
 
 #M2_SETTINGS_PATH="${HOME}${SEP}settings.xml"
-if [ -e "$M2_SETTINGS_PATH" ] ; then echo "WARNING: $M2_SETTINGS_PATH not found."; fi
+if [ ! -e "$M2_SETTINGS_PATH" ] ; then echo "WARNING: $M2_SETTINGS_PATH not found."; fi
 M2_SETTINGS="-s ${M2_SETTINGS_PATH}"
 
 
@@ -52,7 +52,14 @@
   #  "Downdate" to older version
   svn_rev_default="HEAD"
   if [ -n "$SVN_REV" ]; then svn up -r $SVN_REV; fi
+
+  ##  Dump settings - without explicitely set settings file
+  mvn -Pjboss5x help:effective-settings
+  ##  Dump settings - with explicitely set settings file
+  mvn $M2_SETTINGS -Pjboss5x help:effective-settings
+
   mvn install -Dmaven.test.skip=true --update-snapshots
+
   cd jsfunit
     #  But get the latest testcases.
     svn up



More information about the embjopr-commits mailing list