Skip to content

Commit

Permalink
sb-excludes is not an obvious name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Aug 8, 2020
1 parent 0eb6e3a commit 51927c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -171,7 +171,7 @@
</dependency>
</dependencies>
<configuration>
<excludeFilterFile>${basedir}/sb-excludes.xml</excludeFilterFile>
<excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -248,7 +248,7 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs.plugin.version}</version>
<configuration>
<excludeFilterFile>${basedir}/sb-excludes.xml</excludeFilterFile>
<excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
</configuration>
</plugin>
<plugin>
Expand Down
File renamed without changes.

0 comments on commit 51927c2

Please sign in to comment.