Skip to content

Commit 612d051

Browse files
authored
Merge pull request #183 from OpenLiberty/staging
Merge staging to prod - adding -ntp to maven (#180)
2 parents ad94bad + c751c6f commit 612d051

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

finish/src/main/frontend/package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/testApp.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -euxo pipefail
1414
# liberty:create - Create a Liberty server.
1515
# liberty:install-feature - Install a feature packaged as a Subsystem Archive (esa) to the Liberty runtime.
1616
# liberty:deploy - Copy applications to the Liberty server's dropins or apps directory.
17-
mvn -Dhttp.keepAlive=false \
17+
mvn -ntp -Dhttp.keepAlive=false \
1818
-Dmaven.wagon.http.pool=false \
1919
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
2020
-q clean package liberty:create liberty:install-feature liberty:deploy
@@ -26,7 +26,7 @@ mvn -Dhttp.keepAlive=false \
2626
# failsafe:integration-test - Runs the integration tests of an application.
2727
# liberty:stop - Stop a Liberty server.
2828
# failsafe:verify - Verifies that the integration tests of an application passed.
29-
mvn liberty:start
29+
mvn -ntp liberty:start
3030

3131
status="$(curl --write-out "%{http_code}\n" --silent --output /dev/null "http://localhost:9080/artists")"
3232
if [ "$status" == "200" ]; then echo ENDPOINT OK; else
@@ -35,4 +35,4 @@ if [ "$status" == "200" ]; then echo ENDPOINT OK; else
3535
exit 1
3636
fi
3737

38-
mvn liberty:stop
38+
mvn -ntp liberty:stop

start/src/main/frontend/package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)