diff --git a/pom.xml b/pom.xml
index a7203a1b467..4c3125c9540 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,6 +237,20 @@
2.24.0
0.14.0
1.12.0
+
+
+ -Xep:JUnitClassModifiers:OFF
+
+ -Xep:JUnitMethodDeclaration:OFF
+
+ -Xep:JUnitValueSource:OFF
+
+ -Xep:LexicographicalAnnotationListing:OFF
+
+ -Xep:MethodReferenceUsage:OFF
+
+ -Xep:StaticImport:OFF
+
@@ -2380,7 +2394,7 @@
-Xpkginfo:always
-XDcompilePolicy=simple
- -Xplugin:ErrorProne
+ -Xplugin:ErrorProne ${error-prone.configuration-args}
@@ -2438,7 +2452,8 @@
-XDcompilePolicy=simple
-Xplugin:ErrorProne \
- -XepExcludedPaths:.*[\\/]resources[\\/].*
+ -XepExcludedPaths:.*[\\/]resources[\\/].* \
+ ${error-prone.configuration-args}
@@ -2451,7 +2466,7 @@
tech.picnic.error-prone-support
error-prone-contrib
${error-prone-support.version}
- b
+