Author: chris.laprun(a)jboss.com
Date: 2010-11-30 13:14:32 -0500 (Tue, 30 Nov 2010)
New Revision: 5388
Modified:
components/wsrp/trunk/UpdateWSRPForGateIn.sh
Log:
- Use -DskipTests to skip tests but still build the needed artifacts instead of
-Dmaven.test.skip=true which doesn't build the artifacts.
Modified: components/wsrp/trunk/UpdateWSRPForGateIn.sh
===================================================================
--- components/wsrp/trunk/UpdateWSRPForGateIn.sh 2010-11-30 16:14:14 UTC (rev 5387)
+++ components/wsrp/trunk/UpdateWSRPForGateIn.sh 2010-11-30 18:14:32 UTC (rev 5388)
@@ -64,7 +64,7 @@
echo \| ===============
if [ $# -eq 1 ]
then
- mvn clean install '-Dmaven.test.skip=true'
+ mvn clean install -DskipTests
else
if [ $# -eq 2 ]
then
@@ -78,7 +78,7 @@
echo \| == to remove the GUI module
echo --------------------------------------------------------------------------
cd admin-gui
- mvn clean install -Dmaven.test.skip=true
+ mvn clean install -DskipTests
war=wsrp-admin-gui
echo Copying $war-$CURRENT_WSRP.war to $GATEIN_EAR_HOME/../$war.war
cp
$HOME/.m2/repository/org/gatein/wsrp/$war/$CURRENT_WSRP/$war-$CURRENT_WSRP.war
$GATEIN_EAR_HOME/../$war.war
Show replies by date