Skip to content

Commit

Permalink
updated sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 7, 2023
1 parent aea32ae commit 536f03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<distributionManagement>
<repository>
<id>github</id>
<name>NashTech-Labs</name>
<url>https://maven.pkg.github.com/NashTech-Labs/car-demo</url>
<snapshots>
<enabled>true</enabled>
Expand Down
2 changes: 1 addition & 1 deletion servicedeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cwd=`pwd`
cd Common

mvn clean deploy --file pom.xml
mvn -B -e -X clean deploy --file pom.xml

0 comments on commit 536f03d

Please sign in to comment.