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 dd66e94 commit c93fcefCopy full SHA for c93fcef
.github/workflows/spotbugs.yml
@@ -39,4 +39,4 @@ jobs:
39
# path: '**/spotbugsXml.xml'
40
# # Can be simplified post this issue is fixed https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/9
41
- name: Build with Maven for spotbugs check to mark build as fail if voilations found
42
- run: mvn -Pbuild-with-spotbugs -B install --file pom.xml -DskipTests -Dmaven.javadoc.skip=true -Dspotbugs.failOnError=true
+ run: mvn -Pbuild-with-spotbugs -B install --file pom.xml -DskipTests -Dmaven.javadoc.skip=true -Dspotbugs.failOnError=true -pl '!examples'
0 commit comments