Skip to content

Commit 4afa4aa

Browse files
committed
don't commit generated license boiler plate comments
1 parent e342717 commit 4afa4aa

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
@@ -7,7 +7,7 @@ mvn-build-test-command: &mvn-build-test-command
77
mvn-build-test-command: mvn verify -DexcludeLiveServerTests=true -Dmaven.javadoc.skip=true
88

99
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
10+
mvn-deploy-command: mvn -s .circleci/maven-release-settings.xml clean deploy -DdeployAtEnd=true -DperformRelease=true -DskipTests -Dspotbugs.skip=true && mvn clean
1111
context: RELEASE_PROFILE_BBOTTEMA
1212

1313
workflows:

0 commit comments

Comments
 (0)