[
https://jira.codehaus.org/browse/MFINDBUGS-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=293061#comment-293061
]
Graham Allan commented on MFINDBUGS-151:
----------------------------------------
I've just pushed a release to maven central which actually contains the code. I
bumped the version number so the pom details now look like this:
<dependency>
<groupId>com.timgroup</groupId>
<artifactId>findbugs4jmock</artifactId>
<version>0.3</version>
</dependency>
> 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