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/09/20 18:53:38 UTC

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

vmassol     2003/09/20 09:53:38

  Modified:    src/plugins-build/pmd/xdocs changes.xml navigation.xml
               src/plugins-build/pmd project.properties project.xml
  Added:       src/plugins-build/pmd/announcements 1.2.ann
  Log:
  Releasing version 1.2
  
  Revision  Changes    Path
  1.12      +1 -1      maven/src/plugins-build/pmd/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	30 Aug 2003 11:55:56 -0000	1.11
  +++ changes.xml	20 Sep 2003 16:53:38 -0000	1.12
  @@ -8,7 +8,7 @@
   
     <body>
   
  -    <release version="1.2" date="in CVS">
  +    <release version="1.2" date="2003-09-20">
         <action dev="vmassol" type="update">
           Upgraded to use PMD 1.2.1.
         </action>
  
  
  
  1.3       +1 -0      maven/src/plugins-build/pmd/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	30 Aug 2003 11:49:18 -0000	1.2
  +++ navigation.xml	20 Sep 2003 16:53:38 -0000	1.3
  @@ -12,6 +12,7 @@
         <item name="How To's"                 href="/how-to.html"/>   
       </menu>   
       <menu name="Downloads">
  +      <item name="PMD Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.2.jar"/>
         <item name="PMD Plugin 1.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.1.jar"/>
         <item name="PMD Plugin 1.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.0.jar"/>
       </menu>
  
  
  
  1.2       +7 -1      maven/src/plugins-build/pmd/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	3 Apr 2003 18:58:11 -0000	1.1
  +++ project.properties	20 Sep 2003 16:53:38 -0000	1.2
  @@ -1 +1,7 @@
  -maven.xdoc.date = bottom
  +# -------------------------------------------------------------------
  +# P R O J E C T  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +maven.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}
  +maven.checkstyle.format = turbine
  +maven.license.licenseFile=${basedir}/../../../LICENSE.txt
  
  
  
  1.13      +6 -3      maven/src/plugins-build/pmd/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	2 Sep 2003 10:23:33 -0000	1.12
  +++ project.xml	20 Sep 2003 16:53:38 -0000	1.13
  @@ -5,8 +5,11 @@
     <pomVersion>3</pomVersion>
     <id>maven-pmd-plugin</id>
     <name>Maven PMD Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  -  <description>This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer</description>
  +  <currentVersion>1.2</currentVersion>
  +  <description>
  +    This plugin provides a more or less seamless integration with Maven and the
  +    PMD static source code analyzer.
  +  </description>
     <shortDescription>Maven Plugin for PMD</shortDescription>
     <url>http://maven.apache.org/reference/plugins/pmd/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/pmd/</siteDirectory>
  @@ -28,7 +31,7 @@
       <version>
         <id>1.2</id>
         <name>1.2</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_PMD_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.1                  maven/src/plugins-build/pmd/announcements/1.2.ann
  
  Index: 1.2.ann
  ===================================================================
  The Maven team is pleased to announce the PMD plugin 1.2 release!
  
  http://maven.apache.org/reference/plugins/pmd
  
  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 Upgraded to use PMD 1.2.1.
  
  Note that this plugin has been tested with Maven 1.0 rc1. Using it with
  another version of Maven is at your own risks! :-)
  
  You can download the PMD Maven plugin here:
  http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.2.jar
  
  Have fun!
  -Vincent
  
  

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