Skip to content

Commit

Permalink
Move spotbugs-filter.xml to src/main/config/spotbugs/
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Risden <[email protected]>
  • Loading branch information
risdenk committed Sep 20, 2018
1 parent 3cfafde commit bc8530e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ limitations under the License.
<configuration>
<threshold>High</threshold>
<failOnError>true</failOnError>
<excludeFilterFile>spotbugs-filter.xml</excludeFilterFile>
<excludeFilterFile>${top.dir}/src/main/config/spotbugs/spotbugs-filter.xml</excludeFilterFile>
</configuration>
<executions>
<execution>
Expand Down
File renamed without changes.

0 comments on commit bc8530e

Please sign in to comment.