You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Daniel Kulp <dk...@apache.org> on 2008/05/21 20:26:44 UTC

[VOTE] Release maven-pmd-plugin version 2.4

The PMD plugin has had a bunch of bugs fixed and and other  
improvements that should be pushed out to the users:


** Bug
  * [MPMD-61] - When running build using "-f <path_to_pom>/pom.xml"  
the site is stored in working directory instead of project directory
  * [MPMD-70] - Move hard-coded strings to resource bundle
  * [MPMD-75] - PMD plugin unable to exclude groovy-stub files.
  * [MPMD-77] - excludeRoots doesn't work with basedir-relative paths

** Improvement
  * [MPMD-64] - verbose output not useful for inner classes
  * [MPMD-71] - Add german translation
  * [MPMD-72] - Add dedicated resource bundles for locale "en"
  * [MPMD-74] - Clarify usage of outputDirectory parameter
  * [MPMD-76] - use ${project.build.sourceEncoding} as default value  
for "sourceEncoding" parameter
  * [MPMD-79] - Warn about usage of platform encoding

** Task
  * [MPMD-78] - Update to PMD 4.2.1   (actually to 4.2.2)


Staging area:
http://people.apache.org/~dkulp/stage_pmd/

Tag:
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

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


Here's my (now-binding!) +1.

---
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog





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


Re: [VOTE] Release maven-pmd-plugin version 2.4

Posted by Olivier Lamy <ol...@apache.org>.
+1
--
Olivier

2008/5/21 Daniel Kulp <dk...@apache.org>:
>
> The PMD plugin has had a bunch of bugs fixed and and other improvements that
> should be pushed out to the users:
>
>
> ** Bug
>  * [MPMD-61] - When running build using "-f <path_to_pom>/pom.xml" the site
> is stored in working directory instead of project directory
>  * [MPMD-70] - Move hard-coded strings to resource bundle
>  * [MPMD-75] - PMD plugin unable to exclude groovy-stub files.
>  * [MPMD-77] - excludeRoots doesn't work with basedir-relative paths
>
> ** Improvement
>  * [MPMD-64] - verbose output not useful for inner classes
>  * [MPMD-71] - Add german translation
>  * [MPMD-72] - Add dedicated resource bundles for locale "en"
>  * [MPMD-74] - Clarify usage of outputDirectory parameter
>  * [MPMD-76] - use ${project.build.sourceEncoding} as default value for
> "sourceEncoding" parameter
>  * [MPMD-79] - Warn about usage of platform encoding
>
> ** Task
>  * [MPMD-78] - Update to PMD 4.2.1   (actually to 4.2.2)
>
>
> Staging area:
> http://people.apache.org/~dkulp/stage_pmd/
>
> Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
> Here's my (now-binding!) +1.
>
> ---
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
>
>
>
>
>
> ---------------------------------------------------------------------
> 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-pmd-plugin version 2.4

Posted by nicolas de loof <ni...@apache.org>.
+1

2008/5/25 Hervé BOUTEMY <he...@free.fr>:

> +1
>
> Hervé
>
> Le mercredi 21 mai 2008, Daniel Kulp a écrit :
> > The PMD plugin has had a bunch of bugs fixed and and other
> > improvements that should be pushed out to the users:
> >
> >
> > ** Bug
> >   * [MPMD-61] - When running build using "-f <path_to_pom>/pom.xml"
> > the site is stored in working directory instead of project directory
> >   * [MPMD-70] - Move hard-coded strings to resource bundle
> >   * [MPMD-75] - PMD plugin unable to exclude groovy-stub files.
> >   * [MPMD-77] - excludeRoots doesn't work with basedir-relative paths
> >
> > ** Improvement
> >   * [MPMD-64] - verbose output not useful for inner classes
> >   * [MPMD-71] - Add german translation
> >   * [MPMD-72] - Add dedicated resource bundles for locale "en"
> >   * [MPMD-74] - Clarify usage of outputDirectory parameter
> >   * [MPMD-76] - use ${project.build.sourceEncoding} as default value
> > for "sourceEncoding" parameter
> >   * [MPMD-79] - Warn about usage of platform encoding
> >
> > ** Task
> >   * [MPMD-78] - Update to PMD 4.2.1   (actually to 4.2.2)
> >
> >
> > Staging area:
> > http://people.apache.org/~dkulp/stage_pmd/
> >
> > Tag:
> > http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4/
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> >
> > Here's my (now-binding!) +1.
> >
> > ---
> > Daniel Kulp
> > dkulp@apache.org
> > http://www.dankulp.com/blog
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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-pmd-plugin version 2.4

Posted by Hervé BOUTEMY <he...@free.fr>.
+1

Hervé

Le mercredi 21 mai 2008, Daniel Kulp a écrit :
> The PMD plugin has had a bunch of bugs fixed and and other
> improvements that should be pushed out to the users:
>
>
> ** Bug
>   * [MPMD-61] - When running build using "-f <path_to_pom>/pom.xml"
> the site is stored in working directory instead of project directory
>   * [MPMD-70] - Move hard-coded strings to resource bundle
>   * [MPMD-75] - PMD plugin unable to exclude groovy-stub files.
>   * [MPMD-77] - excludeRoots doesn't work with basedir-relative paths
>
> ** Improvement
>   * [MPMD-64] - verbose output not useful for inner classes
>   * [MPMD-71] - Add german translation
>   * [MPMD-72] - Add dedicated resource bundles for locale "en"
>   * [MPMD-74] - Clarify usage of outputDirectory parameter
>   * [MPMD-76] - use ${project.build.sourceEncoding} as default value
> for "sourceEncoding" parameter
>   * [MPMD-79] - Warn about usage of platform encoding
>
> ** Task
>   * [MPMD-78] - Update to PMD 4.2.1   (actually to 4.2.2)
>
>
> Staging area:
> http://people.apache.org/~dkulp/stage_pmd/
>
> Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
> Here's my (now-binding!) +1.
>
> ---
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
>
>
>
>
>
> ---------------------------------------------------------------------
> 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: [RESULT][VOTE] Release maven-pmd-plugin version 2.4

Posted by Daniel Kulp <dk...@apache.org>.
Yea, that and Shade.    I was waiting until it appeared at the mirror  
I use before sending the announcement, but then got very sick  
yesterday so didn't feel up to it.   I'll do it now.

Dan



On May 29, 2008, at 10:41 AM, Benjamin Bentmann wrote:

>
> Daniel Kulp wrote:
>
>> I'll proceed with getting the artifacts released.
>
> I noticed the JARs are on central since May 27. However
> - there seems be no release announcement on the mail lists
> - the version 2.4 is not marked as released in JIRA
> - the plugin's site is still about 2.3
>
> Just wondering
>
>
> Benjamin
> -- 
> View this message in context: http://www.nabble.com/-VOTE--Release-maven-pmd-plugin-version-2.4-tp17375829p17536255.html
> Sent from the Maven Developers mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog





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


Re: [RESULT][VOTE] Release maven-pmd-plugin version 2.4

Posted by Benjamin Bentmann <be...@udo.edu>.
Daniel Kulp wrote:

> I'll proceed with getting the artifacts released.

I noticed the JARs are on central since May 27. However
- there seems be no release announcement on the mail lists
- the version 2.4 is not marked as released in JIRA
- the plugin's site is still about 2.3

Just wondering


Benjamin
-- 
View this message in context: http://www.nabble.com/-VOTE--Release-maven-pmd-plugin-version-2.4-tp17375829p17536255.html
Sent from the Maven Developers mailing list archive at Nabble.com.


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


[RESULT][VOTE] Release maven-pmd-plugin version 2.4

Posted by Daniel Kulp <dk...@apache.org>.
This vote passes with 5 +1 votes (3 binding) and no other votes:

+1 binding:  dkulp, olamy, vsiveton
+1 non-binding: herve.boutemy, nicolas

I'll proceed with getting the artifacts released.

Thanks!
Dan


On May 21, 2008, at 2:26 PM, Daniel Kulp wrote:

>
> The PMD plugin has had a bunch of bugs fixed and and other  
> improvements that should be pushed out to the users:
>
>
> ** Bug
> * [MPMD-61] - When running build using "-f <path_to_pom>/pom.xml"  
> the site is stored in working directory instead of project directory
> * [MPMD-70] - Move hard-coded strings to resource bundle
> * [MPMD-75] - PMD plugin unable to exclude groovy-stub files.
> * [MPMD-77] - excludeRoots doesn't work with basedir-relative paths
>
> ** Improvement
> * [MPMD-64] - verbose output not useful for inner classes
> * [MPMD-71] - Add german translation
> * [MPMD-72] - Add dedicated resource bundles for locale "en"
> * [MPMD-74] - Clarify usage of outputDirectory parameter
> * [MPMD-76] - use ${project.build.sourceEncoding} as default value  
> for "sourceEncoding" parameter
> * [MPMD-79] - Warn about usage of platform encoding
>
> ** Task
> * [MPMD-78] - Update to PMD 4.2.1   (actually to 4.2.2)
>
>
> Staging area:
> http://people.apache.org/~dkulp/stage_pmd/
>
> Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
> Here's my (now-binding!) +1.
>
> ---
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
>
>
>
>

---
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog





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


Re: [VOTE] Release maven-pmd-plugin version 2.4

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

Vincent

2008/5/21, Daniel Kulp <dk...@apache.org>:
>
>  The PMD plugin has had a bunch of bugs fixed and and other improvements
> that should be pushed out to the users:
>
>
>  ** Bug
>   * [MPMD-61] - When running build using "-f <path_to_pom>/pom.xml" the site
> is stored in working directory instead of project directory
>   * [MPMD-70] - Move hard-coded strings to resource bundle
>   * [MPMD-75] - PMD plugin unable to exclude groovy-stub files.
>   * [MPMD-77] - excludeRoots doesn't work with basedir-relative paths
>
>  ** Improvement
>   * [MPMD-64] - verbose output not useful for inner classes
>   * [MPMD-71] - Add german translation
>   * [MPMD-72] - Add dedicated resource bundles for locale "en"
>   * [MPMD-74] - Clarify usage of outputDirectory parameter
>   * [MPMD-76] - use ${project.build.sourceEncoding} as default value for
> "sourceEncoding" parameter
>   * [MPMD-79] - Warn about usage of platform encoding
>
>  ** Task
>   * [MPMD-78] - Update to PMD 4.2.1   (actually to 4.2.2)
>
>
>  Staging area:
>  http://people.apache.org/~dkulp/stage_pmd/
>
>  Tag:
> http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4/
>
>  Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
>  Vote open for 72 hours.
>
>  [ ] +1
>  [ ] +0
>  [ ] -1
>
>
>  Here's my (now-binding!) +1.
>
>  ---
>  Daniel Kulp
>  dkulp@apache.org
>  http://www.dankulp.com/blog
>
>
>
>
>
> ---------------------------------------------------------------------
>  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