Skip to content

Commit d2e5484

Browse files
committed
Upgraded release pipeline
1 parent 8179a1c commit d2e5484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
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 -Dmaven.javadoc.skip=true
7+
mvn-build-test-command: mvn verify -Dmaven.javadoc.skip=true -Djacoco.skip=true -Dlicense.skip=true
88

99
mvn-deploy-command: &mvn-deploy-command
1010
mvn-deploy-command: |

0 commit comments

Comments
 (0)