Author: nickboldt
Date: 2010-04-15 14:57:08 -0400 (Thu, 15 Apr 2010)
New Revision: 21503
Modified:
branches/modular_build/runstack.sh
Log:
add example of commandline flag
Modified: branches/modular_build/runstack.sh
===================================================================
--- branches/modular_build/runstack.sh 2010-04-15 18:51:47 UTC (rev 21502)
+++ branches/modular_build/runstack.sh 2010-04-15 18:57:08 UTC (rev 21503)
@@ -7,7 +7,7 @@
if [[ $# -lt 1 ]]; then
echo "Usage: $0 component1 component2 ..."
echo "Eg. $0 tests common jmx archives as"
- echo "Eg. $0 jst jsf vpe struts seam"
+ echo "Eg. $0 jst jsf vpe struts seam -Dmaven.test.skip"
exit 1
fi
Show replies by date