[ 
http://jira.codehaus.org/browse/MFINDBUGS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Garvin LeClaire closed MFINDBUGS-87.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

The plugin now supports resources, URLS or file names for the plugin list.  It 
will support a mixture within the same option.

This is consistent with the include and exclude filter options.

This is the way other Maven plugins such as PMD and Checkstyle address similar 
options.

> Improve pluginList to support "mavenish" urls
> ---------------------------------------------
>
>                 Key: MFINDBUGS-87
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-87
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: Improvement
>         Environment: All
>            Reporter: Peter Liljenberg
>            Assignee: Garvin LeClaire
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: findbugs.patch
>
>
> If I want to add my own checkers to Findbugs I'm supposed to use the 
> <pluginList> tag to provide the name (and path) to my jar file.
> This doesn't seem like a very "mavenish" way of resolving dependencies? 
> Wouldn't it be better to supply a list of artifacts instead? And download 
> whatever was necessary from repositories?
> Resolving and downloading artifiacts is easy to do and then the necessary 
> filepaths (in your plugin code) can be resolved to the local repository.
> Would be nice to get this working since hardcoding a path is not really a 
> feasibly solution for our team.
> <pluginList>group:artifact:version,group1:artifact:version</pluginList>  
> could be used and then parsed in the code to a valid Artifact to be resolved. 
> I'm not doing any Groovy work myself, but I could write the Java code 
> necessary to get this to work and send it to you for conversion if you like?

-- 
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