You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/04/09 00:42:16 UTC

cvs commit: maven/src/plugins-build/pmd/announcements 1.0.ann

vmassol     2003/04/08 15:42:16

  Modified:    src/plugins-build/pmd/announcements 1.0.ann
  Log:
  Fixed announcement (I had committed a bit too quickly... :-))
  
  Revision  Changes    Path
  1.2       +14 -11    maven/src/plugins-build/pmd/announcements/1.0.ann
  
  Index: 1.0.ann
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/announcements/1.0.ann,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 1.0.ann	8 Apr 2003 22:34:21 -0000	1.1
  +++ 1.0.ann	8 Apr 2003 22:42:15 -0000	1.2
  @@ -1,23 +1,26 @@
  -The Maven team is pleased to announce the Cactus plugin 2.0 release!
  +The Maven team is pleased to announce the PMD plugin 1.0 release!
   
  -http://maven.apache.org/reference/plugins/cactus
  +http://maven.apache.org/reference/plugins/pmd
   
  -The Maven Cactus plugin is a plugin for Cactus
  -(http://jakarta.apache.org/cactus) that allows to automatically start 
  -containers, run Cactus tests and stop the containers.
  +The Maven PMD plugin is a plugin that wraps the PMD framework
  +(http://pmd.sourceforge.net). PMD is a source checking framework that
  +works by scanning Java source code and looks for potential problems 
  +like: unused local variables, empty catch blocks, unused parameters, 
  +empty 'if' statements, etc.
   
   Changes in this version:
   
  -o Complete rework of the plugin to use the Cactus/Ant Integration
  -  module from the Cactus project. Now using Cactus 1.5dev for J2EE
  -  1.3, built from CVS on 7th of April 2003. Thus the Plugin feature
  -  are now those of the Cactus/Ant Integration module.
  +o Moved the PMD plugin from the 
  +  <link href="http://sourceforge.net/projects/maven-plugins">Maven-Plugins 
  +  SF project</link> to the Maven project.
  +o Made the plugin work with PMD 1.04
  +o Made the plugin work with Maven b9.
   
   Note that this plugin has been tested with Maven beta 9. Using it with
   another version of Maven is at your own risks! :-)
   
  -You can download the Cactus Maven plugin here:
  -http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-2.0.jar
  +You can download the PMD Maven plugin here:
  +http://www.ibiblio.org/maven/maven/jars/maven-pmd-plugin-1.0.jar
   
   Have fun!
   -Vincent
  
  
  

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