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