[ 
https://jira.codehaus.org/browse/MFINDBUGS-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=293110#comment-293110
 ] 

Garvin LeClaire commented on MFINDBUGS-151:
-------------------------------------------

I do not see it in the central Maven repository. Is it in yours and is it 
declared in your settings?
                
> Ability to use findbugs detectors that are in a maven repository
> ----------------------------------------------------------------
>
>                 Key: MFINDBUGS-151
>                 URL: https://jira.codehaus.org/browse/MFINDBUGS-151
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: New Feature
>            Reporter: Tom Fitzhenry
>            Assignee: Garvin LeClaire
>            Priority: Minor
>             Fix For: 2.4.1
>
>
> To use a third party detector, the recommended approach is 
> http://mojo.codehaus.org/findbugs-maven-plugin/2.3.2/findbugs-mojo.html#pluginList
>  . This requires the user to have to manually manage the plugins (and 
> possibly include them in their repository, eww).
> Ideally, detectors could be managed via something along the lines of:
> {code:xml}
> <plugin>
>     <groupId>org.codehaus.mojo</groupId>
>     <artifactId>findbugs-maven-plugin</artifactId>
>     <version>2.3.2</version>
>     <configuration>
>         <plugins>
>             <plugin>
>                 <groupId>org.foo.bar</groupId>
>                 <artifactId>myThirdPartyDetector</artifactId>
>                 <version>1.0</version>
>             </plugin>
>         </plugins>
>     </configuration>
> </plugin>
> {code}
> I don't know of any detectors that are available via maven.
> I have a detector, https://github.com/tomfitzhenry/findbugs-guice , that I'm 
> willing to put on the Central Repository, to kick off the chicken-egg 
> situation we have here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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