Skip to content

Commit

Permalink
#233: Skip jacoco during rultor release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup authored Feb 8, 2019
1 parent 73bf7f2 commit d16f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ release:
mvn versions:set "-DnewVersion=$tag"
git add pom.xml
git commit -am "$tag"
mvn -V -Dgpg.homedir="$HOME" -P qulice,ossrh -s ../settings.xml clean deploy
mvn -V -Dgpg.homedir="$HOME" -P qulice,ossrh -Djacoco.skip=true -s ../settings.xml clean deploy
mvn -V -P github -s ../settings.xml deploy

0 comments on commit d16f681

Please sign in to comment.