Skip to content

Commit

Permalink
Fix qulice exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Apr 23, 2021
1 parent fd60fb5 commit 11d3ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -159,7 +159,7 @@
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
<excludes combine.children="append">
<exclude>findbugs:.*</exclude>
</excludes>
</configuration>
Expand Down

0 comments on commit 11d3ac1

Please sign in to comment.