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 e342717 commit 4afa4aaCopy full SHA for 4afa4aa
.circleci/config.yml
@@ -7,7 +7,7 @@ mvn-build-test-command: &mvn-build-test-command
7
mvn-build-test-command: mvn verify -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true
8
9
mvn-deploy-command: &mvn-deploy-command
10
- mvn-deploy-command: mvn -s .circleci/maven-release-settings.xml clean deploy -DdeployAtEnd=true -DperformRelease=true -DskipTests -Dspotbugs.skip=true
+ mvn-deploy-command: mvn -s .circleci/maven-release-settings.xml clean deploy -DdeployAtEnd=true -DperformRelease=true -DskipTests -Dspotbugs.skip=true && mvn clean
11
context: RELEASE_PROFILE_BBOTTEMA
12
13
workflows:
0 commit comments