Skip to content

Commit

Permalink
[pom] Exclude all generated maven content
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed May 11, 2024
1 parent ef82771 commit c75d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -287,7 +287,7 @@

<!-- Verification Checks -->
<error-prone.failOnViolations>-XepAllErrorsAsWarnings</error-prone.failOnViolations>
<error-prone.skipGeneratedCode>-XepDisableWarningsInGeneratedCode</error-prone.skipGeneratedCode>
<error-prone.skipGeneratedCode>-XepDisableWarningsInGeneratedCode -XepExcludedPaths:.*${project.build.directory}/generated-sources/.*</error-prone.skipGeneratedCode>
</properties>

<dependencies>
Expand Down

0 comments on commit c75d914

Please sign in to comment.