Index: src/main/groovy/org/codehaus/mojo/findbugs/FindBugsMojo.groovy =================================================================== --- src/main/groovy/org/codehaus/mojo/findbugs/FindBugsMojo.groovy (revision 16234) +++ src/main/groovy/org/codehaus/mojo/findbugs/FindBugsMojo.groovy (working copy) @@ -311,6 +311,29 @@ String excludeFilterFile /** + *
+ * File name of the baseline file. Bugs found in the baseline file won't be reported. + *
+ * + *+ * Potential values are a filesystem path, a URL, or a classpath resource. + *
+ * + *
+ * This parameter is resolved as resource, URL, then file. If successfully
+ * resolved, the contents of the configuration is copied into the
+ * ${project.build.directory}
+ * directory before being passed to Findbugs as a filter file.
+ *