Well, it works here: in the POM:

      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <configuration>
          <xmlOutput>true</xmlOutput>
          <threshold>Normal</threshold>
          <effort>Default</effort>

<excludeFilterFile>/home/srv1/java/findbugs-exclude.xml</excludeFilterFile>
        </configuration>
      </plugin>

and the given file:

<FindBugsFilter>
     <Match>
       <Package name="~jsp.*" />
     </Match>
     <Match>
       <Package name="~schemaorg_apache_xmlbeans.*" />
     </Match>
</FindBugsFilter>

Regards,

Stefan


Wilfred Springer schrieb:
Has anyone ever been able to use the exclusion mechanisms for the findbugs-maven-plugin? I've tried all afternoon, but for some reason the report *always* lists all problems, no matter what I try to exclude some.

Working sample would be awesome.

Wilfred

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email


--
best regards,

Stefan Seidel
software developer
________________________
VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.    +49 (341) 9 60 50 07
fax.    +49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.    www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to