Added -o to mven:jetty-run in runall.sh to speed up script
This commit is contained in:
+1
-1
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user