Allow exclusion of dependency
-----------------------------

                 Key: MFINDBUGS-123
                 URL: http://jira.codehaus.org/browse/MFINDBUGS-123
             Project: Maven 2.x FindBugs Plugin
          Issue Type: New Feature
    Affects Versions: 2.3.1
         Environment: Windows, Maven 2.2.1
            Reporter: Thomas Demande


Today, I stumbled upon a 3rd party dependency in my build tree that, if present 
in the {{auxClasspath}} of FindBugs, made it hang and use 50% CPU forever.

Making this dependency not available to FindBugs (provided, exclusions, remove 
it...) solved the problem, but it would be nice to add a configuration element 
in the plugin to be able to specify dependencies (and their tree) that we want 
to be removed from FindBugs classpath.

Something like
{code:xml}
<configuration>
    <excludedDependencies>
        <dependency>
            <groupId>biz.catastrophicdep</groupId>
            <artifactId>catastrophicdep</artifactId>
        </dependency>
    </excludedDependencies>
</configuration>
{code}

Thanks for taking that into account.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to