Skip to content

Commit

Permalink
Merge pull request #914 from daniel-beck/JENKINS-72956
Browse files Browse the repository at this point in the history
[JENKINS-72956] Skip Spotless in quick-build profile
  • Loading branch information
jtnord committed Apr 5, 2024
2 parents ea648e7 + 199d9ef commit 89fa6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,7 @@
<!-- we can not use maven.test.skip because we may be producing a test jar -->
<skipTests>true</skipTests>
<spotbugs.skip>true</spotbugs.skip>
<spotless.skip>true</spotless.skip>
<enforcer.skip>true</enforcer.skip>
<access-modifier-checker.skip>true</access-modifier-checker.skip>
<invoker.skip>true</invoker.skip>
Expand Down

0 comments on commit 89fa6e0

Please sign in to comment.