Skip to content

Commit 3d79b2a

Browse files
committed
Remove license stuff, which shouldn't be there in the first place since it is cleaned up after package
1 parent 20ea624 commit 3d79b2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ mvn-collect-artifacts-command: &mvn-collect-artifacts-command
1212
cp modules/cli-module/target/*standalone* artifacts/cli/
1313
1414
mvn-deploy-command: &mvn-deploy-command
15-
mvn-deploy-command: mvn -s .circleci/maven-release-settings.xml clean deploy -DdeployAtEnd=true -DperformRelease=true -DskipTests -Dspotbugs.skip=true -Denforcer.skip=true -Djacoco.skip=true && mvn license:remove
15+
mvn-deploy-command: |
16+
mvn -s .circleci/maven-release-settings.xml clean deploy -DdeployAtEnd=true -DperformRelease=true -DskipTests -Dspotbugs.skip=true -Denforcer.skip=true -Djacoco.skip=true
17+
mvn license:remove
1618
context: RELEASE_PROFILE_BBOTTEMA
1719

1820
workflows:

0 commit comments

Comments
 (0)