@@ -3,21 +3,21 @@ set -euxo pipefail
33
44cd ../start
55
6- mvn -Dhttp.keepAlive=false \
6+ mvn -ntp - Dhttp.keepAlive=false \
77 -Dmaven.wagon.http.pool=false \
88 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
99 -q clean package
10- mvn -Dhttp.keepAlive=false \
10+ mvn -ntp - Dhttp.keepAlive=false \
1111 -Dmaven.wagon.http.pool=false \
1212 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
1313 -q -pl system liberty:create liberty:install-feature liberty:deploy
14- mvn -Dhttp.keepAlive=false \
14+ mvn -ntp - Dhttp.keepAlive=false \
1515 -Dmaven.wagon.http.pool=false \
1616 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
1717 -q -pl inventory liberty:create liberty:install-feature liberty:deploy
1818
19- mvn -pl system liberty:start
20- mvn -pl inventory liberty:start
19+ mvn -ntp - pl system liberty:start
20+ mvn -ntp - pl inventory liberty:start
2121
2222systemStatus=" $( curl --write-out " %{http_code}\n" --silent --output /dev/null " http://localhost:9080/system/properties/" ) "
2323inventoryStatus=" $( curl --write-out " %{http_code}\n" --silent --output /dev/null " http://localhost:9081/inventory/systems/" ) "
3434 exit 1
3535fi
3636
37- mvn -pl system liberty:stop
38- mvn -pl inventory liberty:stop
37+ mvn -ntp - pl system liberty:stop
38+ mvn -ntp - pl inventory liberty:stop
3939
0 commit comments