Skip to content

Commit 7109d0a

Browse files
author
Benny Bottema
committed
Security scan not needed on the release step
1 parent a1a4149 commit 7109d0a

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
@@ -13,7 +13,7 @@ mvn-collect-artifacts-command: &mvn-collect-artifacts-command
1313
1414
mvn-deploy-command: &mvn-deploy-command
1515
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
16+
mvn -s .circleci/maven-release-settings.xml clean deploy -DdeployAtEnd=true -DperformRelease=true -DskipTests -Dspotbugs.skip=true -Denforcer.skip=true -Djacoco.skip=true -Dossindex.skip=true
1717
mvn license:remove
1818
context: RELEASE_PROFILE_BBOTTEMA
1919

0 commit comments

Comments
 (0)