Skip to content

Commit

Permalink
Merge pull request #33 from avioconsulting/release/1.3.0
Browse files Browse the repository at this point in the history
Fixing deploy goal
  • Loading branch information
adesjardin authored Feb 9, 2022
2 parents c84e95e + 7739ae4 commit e954988
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 e954988

Please sign in to comment.