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 20ea624 commit 3d79b2aCopy full SHA for 3d79b2a
.circleci/config.yml
@@ -12,7 +12,9 @@ mvn-collect-artifacts-command: &mvn-collect-artifacts-command
12
cp modules/cli-module/target/*standalone* artifacts/cli/
13
14
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
+ 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
18
context: RELEASE_PROFILE_BBOTTEMA
19
20
workflows:
0 commit comments