From 536f03d2af5b2adb86df8a568618f4cb2732018d Mon Sep 17 00:00:00 2001 From: kundan59 Date: Thu, 7 Sep 2023 13:43:49 +0530 Subject: [PATCH] updated sh script --- Common/pom.xml | 1 + servicedeploy.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/pom.xml b/Common/pom.xml index 455ab958..7348df7d 100644 --- a/Common/pom.xml +++ b/Common/pom.xml @@ -29,6 +29,7 @@ github + NashTech-Labs https://maven.pkg.github.com/NashTech-Labs/car-demo true diff --git a/servicedeploy.sh b/servicedeploy.sh index ce3b27fb..0487ac68 100644 --- a/servicedeploy.sh +++ b/servicedeploy.sh @@ -3,4 +3,4 @@ cwd=`pwd` cd Common -mvn clean deploy --file pom.xml \ No newline at end of file +mvn -B -e -X clean deploy --file pom.xml \ No newline at end of file