Skip to content

Commit 4953038

Browse files
author
Benny Bottema
committed
Don't bother with license headers during junit testing in the CircleCI pipeline
1 parent 5b704fa commit 4953038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
github-maven-deploy: github-maven-deploy/[email protected]
55

66
mvn-build-test-command: &mvn-build-test-command
7-
mvn-build-test-command: mvn verify -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true -Djacoco.skip=true
7+
mvn-build-test-command: mvn verify -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true -Djacoco.skip=true -Dlicense.skip=true
88

99
mvn-collect-artifacts-command: &mvn-collect-artifacts-command
1010
mvn-collect-artifacts-command: |

0 commit comments

Comments
 (0)