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 5b704fa commit 4953038Copy full SHA for 4953038
.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 -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true -Djacoco.skip=true
+ mvn-build-test-command: mvn verify -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true -Djacoco.skip=true -Dlicense.skip=true
8
9
mvn-collect-artifacts-command: &mvn-collect-artifacts-command
10
mvn-collect-artifacts-command: |
0 commit comments