1
0
mirror of synced 2026-08-07 10:47:49 +00:00

Added -o to mven:jetty-run in runall.sh to speed up script

This commit is contained in:
Luke Taylor
2009-01-03 06:45:41 +00:00
parent d6ee9a9a93
commit 4eb4d08825
2 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ cleanup() {
start_jetty()
{
mvn jetty:run > runall.log &
mvn -o jetty:run > runall.log &
until (grep "Started Jetty Server" runall.log)
do
echo "Waiting for server to start..."