We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc8303 commit 76ea04dCopy full SHA for 76ea04d
.circleci/config.yml
@@ -4,7 +4,7 @@ orbs:
4
github-maven-deploy: github-maven-deploy/[email protected]
5
6
mvn-build-test-command: &mvn-build-test-command
7
- mvn-build-test-command: mvn verify -Dmaven.javadoc.skip=true
+ mvn-build-test-command: mvn verify -Dmaven.javadoc.skip=true -Djacoco.skip=true -Dlicense.skip=true
8
9
mvn-deploy-command: &mvn-deploy-command
10
mvn-deploy-command: |
0 commit comments