Re: [vote] [m1] PMD plugin v1.8 for maven 1.x

2006-03-26 Thread Arnaud HERITIER
We have 3 binding +1 : Stephane, Lukas and me.

Vote thread:
http://www.nabble.com/-vote-m1-PMD-plugin-v1.8-for-maven-1.x-t1303153.html#a3471978http://www.nabble.com/-vote-m1-plugin-updates-t1320556.html#a3522561

I do the release 

Cheers,

Arnaud

On 3/21/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:

 ping ???

 Thx.

 Arnaud


 On 3/20/06, Lukas Theussl [EMAIL PROTECTED] wrote:
 
 
  +1
 
  Lukas
 
 
  Arnaud HERITIER wrote:
   Hi all,
  
 We are ready to release a new version of the PMD plugin.
 All bugs issues are solved and there's only one enhancement opened
  in Jira.
  
   Changes in this version include:
  
 New Features:
  
  
   o New property maven.pmd.targetjdk to define the target JDK. Fixes
 MPPMD-19. Thanks to Wim Deblauwe.
   o Add a link on each error to explain it.
   o New properties maven.pmd.failonerror and 
   maven.pmd.failonruleviolation
 to fail the build if any errors or problems are found. Fixes
  MPPMD-21.
   o New property maven.pmd.console to display pmd errors to the
  console.
 Fixes MPPMD-13.
  
  
 Fixed bugs:
  
   o Do not generate links to JXR files if they are not created.
   o Fix NullPointerException if pom.build.sourceDirectory or
 pom.build.unitTestSourceDirectory are not defined.
  
 Changes:
  
  
   o Use properties maven.jxr.destdir and maven.jxr.destdir.test to
  generate
 links from the PMD report to jxr files.
   o Upgrade to pmd-3.5.
  
   You can find the staging site here :
  
  
  http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/pmd/http://people.apache.org/%7Eaheritier/maven-stage-site/maven-1.x/plugins/pmd/
   http://people.apache.org/%7Eaheritier/maven-stage-site/maven-1.x/plugins/pmd/
  
  
   To automatically install the plugin, type the following on a single
  line:
  
   maven plugin:download
 -Dmaven.repo.remote=http://www.ibiblio.org/maven
   , http://cvs.apache.org/repository/
 -DgroupId=maven
 -DartifactId=maven-pmd-plugin
 -Dversion=1.8-SNAPSHOT
  
   Please, vote :
  
 [] +1 : Ok, I tested it
 [] +0 : Ok, but I didn't test it
 [] -1 : I'm against because ...
  
   Vote is open for 72 hours.
  
   My +1
  
   Cheers,
  
   Arnaud
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



Re: [vote] [m1] PMD plugin v1.8 for maven 1.x

2006-03-20 Thread Arnaud HERITIER
ping ???

Thx.

Arnaud

On 3/20/06, Lukas Theussl [EMAIL PROTECTED] wrote:


 +1

 Lukas


 Arnaud HERITIER wrote:
  Hi all,
 
We are ready to release a new version of the PMD plugin.
All bugs issues are solved and there's only one enhancement opened in
 Jira.
 
  Changes in this version include:
 
New Features:
 
 
  o New property maven.pmd.targetjdk to define the target JDK. Fixes
MPPMD-19. Thanks to Wim Deblauwe.
  o Add a link on each error to explain it.
  o New properties maven.pmd.failonerror and 
  maven.pmd.failonruleviolation
to fail the build if any errors or problems are found. Fixes MPPMD-21.
  o New property maven.pmd.console to display pmd errors to the console.
Fixes MPPMD-13.
 
 
Fixed bugs:
 
  o Do not generate links to JXR files if they are not created.
  o Fix NullPointerException if pom.build.sourceDirectory or
pom.build.unitTestSourceDirectory are not defined.
 
Changes:
 
 
  o Use properties maven.jxr.destdir and maven.jxr.destdir.test to
 generate
links from the PMD report to jxr files.
  o Upgrade to pmd-3.5.
 
  You can find the staging site here :
 
 
 http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/pmd/
  
 http://people.apache.org/%7Eaheritier/maven-stage-site/maven-1.x/plugins/pmd/
 
 
  To automatically install the plugin, type the following on a single
 line:
 
  maven plugin:download
-Dmaven.repo.remote=http://www.ibiblio.org/maven
  ,http://cvs.apache.org/repository/
-DgroupId=maven
-DartifactId=maven-pmd-plugin
-Dversion=1.8-SNAPSHOT
 
  Please, vote :
 
[] +1 : Ok, I tested it
[] +0 : Ok, but I didn't test it
[] -1 : I'm against because ...
 
  Vote is open for 72 hours.
 
  My +1
 
  Cheers,
 
  Arnaud
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [vote] [m1] PMD plugin v1.8 for maven 1.x

2006-03-19 Thread Stephane Nicoll
+1

Stéphane

On 3/18/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:
 Hi all,

   We are ready to release a new version of the PMD plugin.
   All bugs issues are solved and there's only one enhancement opened in Jira.

 Changes in this version include:

   New Features:


 o New property maven.pmd.targetjdk to define the target JDK. Fixes
   MPPMD-19. Thanks to Wim Deblauwe.
 o Add a link on each error to explain it.
 o New properties maven.pmd.failonerror and 
 maven.pmd.failonruleviolation
   to fail the build if any errors or problems are found. Fixes MPPMD-21.
 o New property maven.pmd.console to display pmd errors to the console.
   Fixes MPPMD-13.


   Fixed bugs:

 o Do not generate links to JXR files if they are not created.
 o Fix NullPointerException if pom.build.sourceDirectory or
   pom.build.unitTestSourceDirectory are not defined.

   Changes:


 o Use properties maven.jxr.destdir and maven.jxr.destdir.test to generate
   links from the PMD report to jxr files.
 o Upgrade to pmd-3.5.

 You can find the staging site here :

 http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/pmd/
 http://people.apache.org/%7Eaheritier/maven-stage-site/maven-1.x/plugins/pmd/

 To automatically install the plugin, type the following on a single line:

 maven plugin:download
   -Dmaven.repo.remote=http://www.ibiblio.org/maven
 ,http://cvs.apache.org/repository/
   -DgroupId=maven
   -DartifactId=maven-pmd-plugin
   -Dversion=1.8-SNAPSHOT

 Please, vote :

   [] +1 : Ok, I tested it
   [] +0 : Ok, but I didn't test it
   [] -1 : I'm against because ...

 Vote is open for 72 hours.

 My +1

 Cheers,

 Arnaud




--
.::You're welcome ::.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] [m1] PMD plugin v1.8 for maven 1.x

2006-03-19 Thread Lukas Theussl


+1

Lukas


Arnaud HERITIER wrote:

Hi all,

  We are ready to release a new version of the PMD plugin.
  All bugs issues are solved and there's only one enhancement opened in Jira.

Changes in this version include:

  New Features:


o New property maven.pmd.targetjdk to define the target JDK. Fixes
  MPPMD-19. Thanks to Wim Deblauwe.
o Add a link on each error to explain it.
o New properties maven.pmd.failonerror and 
maven.pmd.failonruleviolation
  to fail the build if any errors or problems are found. Fixes MPPMD-21.
o New property maven.pmd.console to display pmd errors to the console.
  Fixes MPPMD-13.


  Fixed bugs:

o Do not generate links to JXR files if they are not created.
o Fix NullPointerException if pom.build.sourceDirectory or
  pom.build.unitTestSourceDirectory are not defined.

  Changes:


o Use properties maven.jxr.destdir and maven.jxr.destdir.test to generate
  links from the PMD report to jxr files.
o Upgrade to pmd-3.5.

You can find the staging site here :

http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/pmd/
http://people.apache.org/%7Eaheritier/maven-stage-site/maven-1.x/plugins/pmd/

To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven
,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-pmd-plugin
  -Dversion=1.8-SNAPSHOT

Please, vote :

  [] +1 : Ok, I tested it
  [] +0 : Ok, but I didn't test it
  [] -1 : I'm against because ...

Vote is open for 72 hours.

My +1

Cheers,

Arnaud



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]