You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Fabrizio Giustina <fg...@gmail.com> on 2006/01/22 10:06:18 UTC

[vote] Release maven 2 checkstyle plugin

All the show-stopper issues have ben solved and the current revision
is stable. There are still a few bugs/enhancements open that could be
deferred for a next version.
I would like to release it as 2.0.

Changelog:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&fixfor=12174

Vote is open for 72 hours, here is my +1

fabrizio

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


Re: [vote] Release maven 2 checkstyle plugin

Posted by Vincent Siveton <vi...@gmail.com>.
+1

Vincent

2006/1/22, Fabrizio Giustina <fg...@gmail.com>:
> All the show-stopper issues have ben solved and the current revision
> is stable. There are still a few bugs/enhancements open that could be
> deferred for a next version.
> I would like to release it as 2.0.
>
> Changelog:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&fixfor=12174
>
> Vote is open for 72 hours, here is my +1
>
> fabrizio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


Re: [vote] Release maven 2 checkstyle plugin

Posted by John Casey <jd...@yahoo.com>.
+1, as long as we are in a position to maintain backward compat from 
here on.

Fabrizio Giustina wrote:
> All the show-stopper issues have ben solved and the current revision
> is stable. There are still a few bugs/enhancements open that could be
> deferred for a next version.
> I would like to release it as 2.0.
> 
> Changelog:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&fixfor=12174
> 
> Vote is open for 72 hours, here is my +1
> 
> fabrizio
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

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


Re: [vote] Release maven 2 checkstyle plugin

Posted by Fabrizio Giustina <fg...@apache.org>.
Vote result:
5 positive votes from PMC members (Arnaud, Brett, Emmanuel, John, Lukas)
2 from committers (Vincent S. and me)

I will tag the release shortly
fabrizio

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


Re: [vote] Release maven 2 checkstyle plugin

Posted by Jesse McConnell <je...@gmail.com>.
+1

On 1/22/06, Lukas Theussl <lt...@apache.org> wrote:
>
> +1
>
> Lukas
>
> Fabrizio Giustina wrote:
> > All the show-stopper issues have ben solved and the current revision
> > is stable. There are still a few bugs/enhancements open that could be
> > deferred for a next version.
> > I would like to release it as 2.0.
> >
> > Changelog:
> >
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&fixfor=12174
> >
> > Vote is open for 72 hours, here is my +1
> >
> > fabrizio
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


--
jesse mcconnell
jesseDOTmcconnellATgmailDOTcom

Re: [vote] Release maven 2 checkstyle plugin

Posted by Lukas Theussl <lt...@apache.org>.
+1

Lukas

Fabrizio Giustina wrote:
> All the show-stopper issues have ben solved and the current revision
> is stable. There are still a few bugs/enhancements open that could be
> deferred for a next version.
> I would like to release it as 2.0.
> 
> Changelog:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&fixfor=12174
> 
> Vote is open for 72 hours, here is my +1
> 
> fabrizio
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

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


Re: [vote] Release maven 2 checkstyle plugin

Posted by Fabrizio Giustina <fg...@apache.org>.
On 1/23/06, Brett Porter <br...@apache.org> wrote:
> Should it be final or beta? How certain is it that future changes will
> be backwards compatible, and how serious are the bugs?

It works fine and (AFAIK) there are no planned breaking changes. The
only important issue open is how to share configuration files in a
multi-project build: actually that can easily be done by using a
shared file with relative paths or an url, but the tip of using a
dependency containing build tools doesn't work at all and can't be
used for reports (the plugin element in the reporting section of pom
doesn't support per-plugin dependencies). Did you see the recent
commit mails about that topic?
Anyway, that issue is generic to any plugin that have to share a
configuration file in a multi-module build; the checkstyle plugin now
works fine and important classloader issues have been fixed so it
surely deserves a non-beta release.

fabrizio

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


Re: [vote] Release maven 2 checkstyle plugin

Posted by Brett Porter <br...@apache.org>.
+1 to a release.

Should it be final or beta? How certain is it that future changes will
be backwards compatible, and how serious are the bugs?

- Brett

Fabrizio Giustina wrote:
> All the show-stopper issues have ben solved and the current revision
> is stable. There are still a few bugs/enhancements open that could be
> deferred for a next version.
> I would like to release it as 2.0.
> 
> Changelog:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&fixfor=12174
> 
> Vote is open for 72 hours, here is my +1
> 
> fabrizio
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 



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


Re: [vote] Release maven 2 checkstyle plugin

Posted by Emmanuel Venisse <em...@venisse.net>.
+1

Emmanuel

Fabrizio Giustina a écrit :
> All the show-stopper issues have ben solved and the current revision
> is stable. There are still a few bugs/enhancements open that could be
> deferred for a next version.
> I would like to release it as 2.0.
> 
> Changelog:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&fixfor=12174
> 
> Vote is open for 72 hours, here is my +1
> 
> fabrizio
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
> 


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


RE: [vote] Release maven 2 checkstyle plugin

Posted by Arnaud HERITIER <ah...@gmail.com>.
+1

arnaud


> -----Message d'origine-----
> De : Fabrizio Giustina [mailto:fgiust@gmail.com] 
> Envoyé : dimanche 22 janvier 2006 10:06
> À : Maven Developers List
> Objet : [vote] Release maven 2 checkstyle plugin
> 
> All the show-stopper issues have ben solved and the current 
> revision is stable. There are still a few bugs/enhancements 
> open that could be deferred for a next version.
> I would like to release it as 2.0.
> 
> Changelog:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true
> &pid=11127&fixfor=12174
> 
> Vote is open for 72 hours, here is my +1
> 
> fabrizio
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 



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