Skip to content

Commit

Permalink
Fixing deploy goal
Browse files Browse the repository at this point in the history
  • Loading branch information
adesjardin committed Feb 9, 2022
1 parent 6232a84 commit 7739ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-to-exchange.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

sed "s/<groupId>com.avioconsulting.mule<\/groupId>/<groupId>$1<\/groupId>/" pom.xml > anypoint-pom.xml
./mvnw deploy:deploy -f anypoint-pom.xml -P exchange -Dtoken=$2
./mvnw deploy -DskipTests -f anypoint-pom.xml -P exchange -Dtoken=$2

0 comments on commit 7739ae4

Please sign in to comment.