You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Garvin LeClaire <ga...@gmail.com> on 2009/03/26 05:23:00 UTC

[Vote] findbugs-maven-plugin v 2.0 release

The Maven Findbugs team would like to release Maven Findbugs Plugin 
version 2.0

This plugin allows the developer to run Findbugs analysis against a 
Maven project and produce site output in HTML to match other site 
reports.  There are option to produce other XML outputs which are used 
by other plugins.

Issues fixed in this release:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=14335&pid=11701&status=6&sorter/field=issuekey&sorter/order=DESC&sorter/field=issuetype&sorter/order=DESC


More information can be found at the plugin site:
http://mojo.codehaus.org/findbugs-maven-plugin/


Issues Can be registered in JIRA at:
http://jira.codehaus.org/browse/MFINDBUGS


More information on FindBugs
http://findbugs.sourceforge.net/index.html



You can test the Maven Findbugs Plugin in your own project by adding the 
following dependency:

<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>



*NOTE*  Version 2.0 and greater of the Maven Findbugs plugin will 
require Maven to be run with a minimum of Java 5.  This is consistent 
with Findbugs requirement for their versions of 1.3.X and greater.




Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

-- 

Regards,



Garvin LeClaire
garvin.leclaire@gmail.com


Re: [Vote] findbugs-maven-plugin v 2.0 release

Posted by Pablo Saavedra <pa...@gmail.com>.
+1

2009/3/26 Garvin LeClaire <ga...@gmail.com>

> The Maven Findbugs team would like to release Maven Findbugs Plugin version
> 2.0
>
> This plugin allows the developer to run Findbugs analysis against a Maven
> project and produce site output in HTML to match other site reports.  There
> are option to produce other XML outputs which are used by other plugins.
>
> Issues fixed in this release:
>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=14335&pid=11701&status=6&sorter/field=issuekey&sorter/order=DESC&sorter/field=issuetype&sorter/order=DESC
>
>
> More information can be found at the plugin site:
> http://mojo.codehaus.org/findbugs-maven-plugin/
>
>
> Issues Can be registered in JIRA at:
> http://jira.codehaus.org/browse/MFINDBUGS
>
>
> More information on FindBugs
> http://findbugs.sourceforge.net/index.html
>
>
>
> You can test the Maven Findbugs Plugin in your own project by adding the
> following dependency:
>
> <dependency>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>findbugs-maven-plugin</artifactId>
> <version>2.0-SNAPSHOT</version>
> </dependency>
>
>
>
> *NOTE*  Version 2.0 and greater of the Maven Findbugs plugin will require
> Maven to be run with a minimum of Java 5.  This is consistent with Findbugs
> requirement for their versions of 1.3.X and greater.
>
>
>
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
>
> Regards,
>
>
>
> Garvin LeClaire
> garvin.leclaire@gmail.com
>
>

{Result][Vote] findbugs-maven-plugin v 2.0 release

Posted by Garvin LeClaire <ga...@gmail.com>.
Hi,
The vote has passed with the following result :

+1 (binding): Garvin, LeClaire

+1 (non-binding): Arnaud Heritier, Pablo Saavedra

+0 (binding): Benjamin Bentmannn
 


I will promote the artifacts to the central repo.

Regards,



Garvin LeClaire
garvin.leclaire@gmail.com




Garvin LeClaire wrote:
> The Maven Findbugs team would like to release Maven Findbugs Plugin 
> version 2.0
>
> This plugin allows the developer to run Findbugs analysis against a 
> Maven project and produce site output in HTML to match other site 
> reports.  There are option to produce other XML outputs which are used 
> by other plugins.
>
> Issues fixed in this release:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=14335&pid=11701&status=6&sorter/field=issuekey&sorter/order=DESC&sorter/field=issuetype&sorter/order=DESC
>
>
> More information can be found at the plugin site:
> http://mojo.codehaus.org/findbugs-maven-plugin/
>
>
> Issues Can be registered in JIRA at:
> http://jira.codehaus.org/browse/MFINDBUGS
>
>
> More information on FindBugs
> http://findbugs.sourceforge.net/index.html
>
>
>
> You can test the Maven Findbugs Plugin in your own project by adding 
> the following dependency:
>
> <dependency>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>findbugs-maven-plugin</artifactId>
> <version>2.0-SNAPSHOT</version>
> </dependency>
>
>
>
> *NOTE*  Version 2.0 and greater of the Maven Findbugs plugin will 
> require Maven to be run with a minimum of Java 5.  This is consistent 
> with Findbugs requirement for their versions of 1.3.X and greater.
>
>
>
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -- 
>
> Regards,
>
>
>
> Garvin LeClaire
> garvin.leclaire@gmail.com
>

Re: [Vote] findbugs-maven-plugin v 2.0 release

Posted by Arnaud HERITIER <ah...@gmail.com>.
1.3.8 isn't in the central repo :
http://repo1.maven.org/maven2/com/google/code/findbugs/findbugs/

Arnaud


On Thu, Mar 26, 2009 at 3:43 PM, TM <Th...@unibas.ch> wrote:

>
> -1
>
> Background: According to http://jira.codehaus.org/browse/MFINDBUGS-66, the
> plugin integrates Findbugs version 1.3.6. Meanwhile, version 1.3.8 was
> released. I suggest to catch up with that release before releasing the
> plugin.
>
> -- Thorsten
>
>
>
>
>
>
>
> Garvin LeClaire-2 wrote:
> >
> > The Maven Findbugs team would like to release Maven Findbugs Plugin
> > version 2.0
> >
> > This plugin allows the developer to run Findbugs analysis against a
> > Maven project and produce site output in HTML to match other site
> > reports.  There are option to produce other XML outputs which are used
> > by other plugins.
> >
> > Issues fixed in this release:
> >
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=14335&pid=11701&status=6&sorter/field=issuekey&sorter/order=DESC&sorter/field=issuetype&sorter/order=DESC
> >
> >
> > More information can be found at the plugin site:
> > http://mojo.codehaus.org/findbugs-maven-plugin/
> >
> >
> > Issues Can be registered in JIRA at:
> > http://jira.codehaus.org/browse/MFINDBUGS
> >
> >
> > More information on FindBugs
> > http://findbugs.sourceforge.net/index.html
> >
> >
> >
> > You can test the Maven Findbugs Plugin in your own project by adding the
> > following dependency:
> >
> > <dependency>
> > <groupId>org.codehaus.mojo</groupId>
> > <artifactId>findbugs-maven-plugin</artifactId>
> > <version>2.0-SNAPSHOT</version>
> > </dependency>
> >
> >
> >
> > *NOTE*  Version 2.0 and greater of the Maven Findbugs plugin will
> > require Maven to be run with a minimum of Java 5.  This is consistent
> > with Findbugs requirement for their versions of 1.3.X and greater.
> >
> >
> >
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > --
> >
> > Regards,
> >
> >
> >
> > Garvin LeClaire
> > garvin.leclaire@gmail.com
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/-Vote--findbugs-maven-plugin-v-2.0--release-tp22715803p22723449.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Arnaud

Re: [Vote] findbugs-maven-plugin v 2.0 release

Posted by TM <Th...@unibas.ch>.
-1

Background: According to http://jira.codehaus.org/browse/MFINDBUGS-66, the
plugin integrates Findbugs version 1.3.6. Meanwhile, version 1.3.8 was
released. I suggest to catch up with that release before releasing the
plugin.

-- Thorsten







Garvin LeClaire-2 wrote:
> 
> The Maven Findbugs team would like to release Maven Findbugs Plugin 
> version 2.0
> 
> This plugin allows the developer to run Findbugs analysis against a 
> Maven project and produce site output in HTML to match other site 
> reports.  There are option to produce other XML outputs which are used 
> by other plugins.
> 
> Issues fixed in this release:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=14335&pid=11701&status=6&sorter/field=issuekey&sorter/order=DESC&sorter/field=issuetype&sorter/order=DESC
> 
> 
> More information can be found at the plugin site:
> http://mojo.codehaus.org/findbugs-maven-plugin/
> 
> 
> Issues Can be registered in JIRA at:
> http://jira.codehaus.org/browse/MFINDBUGS
> 
> 
> More information on FindBugs
> http://findbugs.sourceforge.net/index.html
> 
> 
> 
> You can test the Maven Findbugs Plugin in your own project by adding the 
> following dependency:
> 
> <dependency>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>findbugs-maven-plugin</artifactId>
> <version>2.0-SNAPSHOT</version>
> </dependency>
> 
> 
> 
> *NOTE*  Version 2.0 and greater of the Maven Findbugs plugin will 
> require Maven to be run with a minimum of Java 5.  This is consistent 
> with Findbugs requirement for their versions of 1.3.X and greater.
> 
> 
> 
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> -- 
> 
> Regards,
> 
> 
> 
> Garvin LeClaire
> garvin.leclaire@gmail.com
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-Vote--findbugs-maven-plugin-v-2.0--release-tp22715803p22723449.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org