Author: jeff.yuchang
Date: 2010-10-21 22:57:46 -0400 (Thu, 21 Oct 2010)
New Revision: 1053
Modified:
trunk/qa/hudson-riftsaw-db.sh
trunk/qa/hudson-riftsaw-jboss-no-esb.sh
trunk/qa/hudson-riftsaw-jboss.sh
trunk/qa/hudson-riftsaw-soa-p.sh
trunk/qa/hudson-riftsaw-ws.sh
Log:
* use the $WORKSPACE/m2-repo for riftsaw's maven repo.
Modified: trunk/qa/hudson-riftsaw-db.sh
===================================================================
--- trunk/qa/hudson-riftsaw-db.sh 2010-10-21 22:53:13 UTC (rev 1052)
+++ trunk/qa/hudson-riftsaw-db.sh 2010-10-22 02:57:46 UTC (rev 1053)
@@ -28,7 +28,7 @@
#build RiftSaw and running unit tests
cd ..
-mvn clean install -Pdocs
+mvn clean install -Pdocs -Dmaven.repo.local=${WORKSPACE}/m2-repo
#cleanup the RiftSaw HOME
cd qa
@@ -41,7 +41,7 @@
#build the RiftSaw and run integration tests
cd ../integration-tests
-mvn $ANT_PROPERTIES clean install
+mvn $ANT_PROPERTIES clean install -Dmaven.repo.local=${WORKSPACE}/m2-repo
# clean up the database
cd ../qa
Modified: trunk/qa/hudson-riftsaw-jboss-no-esb.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss-no-esb.sh 2010-10-21 22:53:13 UTC (rev 1052)
+++ trunk/qa/hudson-riftsaw-jboss-no-esb.sh 2010-10-22 02:57:46 UTC (rev 1053)
@@ -25,7 +25,7 @@
# build RiftSaw and running unit test
cd ..
-mvn clean install -Pdocs -U
+mvn clean install -Pdocs -Dmaven.repo.local=${WORKSPACE}/m2-repo
# run integration test
cd qa
@@ -36,4 +36,4 @@
# build the RiftSaw and run integration tests
cd ../integration-tests
-mvn $ANT_PROPERTIES clean install -U
+mvn $ANT_PROPERTIES clean install -Dmaven.repo.local=${WORKSPACE}/m2-repo
Modified: trunk/qa/hudson-riftsaw-jboss.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss.sh 2010-10-21 22:53:13 UTC (rev 1052)
+++ trunk/qa/hudson-riftsaw-jboss.sh 2010-10-22 02:57:46 UTC (rev 1053)
@@ -27,7 +27,7 @@
# build RiftSaw and running unit test
cd ..
-mvn clean install -Pdocs -U
+mvn clean install -Pdocs -Dmaven.repo.local=${WORKSPACE}/m2-repo
# run integration test
cd qa
@@ -38,4 +38,4 @@
# build the RiftSaw and run integration tests
cd ../integration-tests
-mvn $ANT_PROPERTIES clean install -U
+mvn $ANT_PROPERTIES clean install -Dmaven.repo.local=${WORKSPACE}/m2-repo
Modified: trunk/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- trunk/qa/hudson-riftsaw-soa-p.sh 2010-10-21 22:53:13 UTC (rev 1052)
+++ trunk/qa/hudson-riftsaw-soa-p.sh 2010-10-22 02:57:46 UTC (rev 1053)
@@ -30,7 +30,7 @@
#build RiftSaw and running unit tests
cd ..
-mvn clean install -Pdocs -U
+mvn clean install -Pdocs -Dmaven.repo.local=${WORKSPACE}/m2-repo
#cleanup the RiftSaw HOME
cd qa
@@ -43,4 +43,4 @@
#build the RiftSaw and run integration tests
cd ../integration-tests
-mvn $ANT_PROPERTIES clean install -U
+mvn $ANT_PROPERTIES clean install -Dmaven.repo.local=${WORKSPACE}/m2-repo
Modified: trunk/qa/hudson-riftsaw-ws.sh
===================================================================
--- trunk/qa/hudson-riftsaw-ws.sh 2010-10-21 22:53:13 UTC (rev 1052)
+++ trunk/qa/hudson-riftsaw-ws.sh 2010-10-22 02:57:46 UTC (rev 1053)
@@ -28,7 +28,7 @@
#build RiftSaw and running unit test
cd ..
-mvn clean install -Pdocs -U
+mvn clean install -Pdocs -Dmaven.repo.local=${WORKSPACE}/m2-repo
# run integration test
cd qa
@@ -38,4 +38,4 @@
# build the RiftSaw and run integration tests
cd ../integration-tests
-mvn $ANT_PROPERTIES clean install -U
+mvn $ANT_PROPERTIES clean install -Dmaven.repo.local=${WORKSPACE}/m2-repo
Show replies by date