This is an automated email from the ASF dual-hosted git repository.
thecarlhall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git
The following commit(s) were added to refs/heads/master by this push:
new eb78037 Spotbugs errors should fail the build. Roll back testing
config.
eb78037 is described below
commit eb7803782027201cc556b9de73c420fbe572bb13
Author: Carl Hall <[email protected]>
AuthorDate: Tue Jan 10 23:42:08 2023 -0500
Spotbugs errors should fail the build. Roll back testing config.
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2e8d3d9..eab41e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,6 @@
<threshold>Normal</threshold>
<effort>Default</effort>
<excludeFilterFile>${basedir}/src/site/resources/spotbugs/sb-excludes.xml</excludeFilterFile>
- <failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>