Skip to content

Commit

Permalink
Fix new release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Jan 2, 2022
1 parent 78cf951 commit 5e63f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ orbs:
github-maven-deploy: github-maven-deploy/github-maven-deploy@1.2.0

mvn-build-test-command: &mvn-build-test-command
mvn-build-test-command: mvn verify -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true
mvn-build-test-command: mvn verify -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true -Djacoco.skip=true

mvn-collect-artifacts-command: &mvn-collect-artifacts-command
mvn-collect-artifacts-command: |
Expand Down

0 comments on commit 5e63f96

Please sign in to comment.