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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Sep 21 19:32:18 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-21 19:32:17 -0400 (Mon, 21 Sep 2009)
New Revision: 756

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:09:56 UTC (rev 755)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-21 23:32:17 UTC (rev 756)
@@ -42,9 +42,16 @@
 fi
 
 #M2_SETTINGS_PATH="${HOME}${SEP}settings.xml"
+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
 
+
+
 cd embjopr
   #  "Downdate" to older version
   svn_rev_default="HEAD"



More information about the embjopr-commits mailing list