vmassol     2003/08/30 04:49:19

  Modified:    src/plugins-build/pmd/xdocs navigation.xml changes.xml
               src/plugins-build/pmd project.xml
  Added:       src/plugins-build/pmd/announcements 1.1.ann
  Log:
  Preparing to release version 1.1
  
  Revision  Changes    Path
  1.2       +12 -10    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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml    3 Apr 2003 18:58:12 -0000       1.1
  +++ navigation.xml    30 Aug 2003 11:49:18 -0000      1.2
  @@ -4,15 +4,17 @@
   
     <title>Maven PMD Plugin</title>
       
  -    <body>
  -    
  -      <menu name="Home">
  -        <item name="Front Page"               href="/index.html"/>
  -        <item name="Properties"               href="/properties.html"/>   
  -        <item name="Sample"                   href="/images/sample.gif"/>   
  -        <item name="How To's"                 href="/how-to.html"/>   
  -      </menu>   
  -  
  -    </body>
  +  <body>
  +    <menu name="Home">
  +      <item name="Front Page"               href="/index.html"/>
  +      <item name="Properties"               href="/properties.html"/>   
  +      <item name="Sample"                   href="/images/sample.gif"/>   
  +      <item name="How To's"                 href="/how-to.html"/>   
  +    </menu>   
  +    <menu name="Downloads">
  +      <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>
  +  </body>
   
   </project>
  
  
  
  1.9       +5 -3      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       22 Jul 2003 16:13:26 -0000      1.8
  +++ changes.xml       30 Aug 2003 11:49:18 -0000      1.9
  @@ -8,12 +8,14 @@
   
     <body>
   
  -    <release version="1.1" date="in CVS">
  +    <release version="1.1" date="2003-08-30">
         <action dev="epugh" type="add">
  -        Adding maven.pmd.includes and maven.pmd.excludes to match functionality in 
checkstyle plugin.
  +        Adding <code>maven.pmd.includes</code> and 
  +        <code>maven.pmd.excludes</code> to match functionality in checkstyle 
  +        plugin.
         </action>    
         <action dev="dion" type="fix">
  -        Now respects pom.build.sourceModifications
  +        Now respects <code>pom.build.sourceModifications</code>.
         </action>
         <action dev="evenisse" type="fix">
           Add xml declaration to generated report. Fixed for character encoding.
  
  
  
  1.9       +2 -2      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       24 Jul 2003 07:13:44 -0000      1.8
  +++ project.xml       30 Aug 2003 11:49:18 -0000      1.9
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-pmd-plugin</id>
     <name>Maven PMD Plug-in</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</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>
  @@ -23,7 +23,7 @@
       <version>
         <id>1.1</id>
         <name>1.1</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_PMD_1_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.1                  maven/src/plugins-build/pmd/announcements/1.1.ann
  
  Index: 1.1.ann
  ===================================================================
  The Maven team is pleased to announce the PMD plugin 1.1 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 Adding maven.pmd.includes and maven.pmd.excludes to match functionality 
    in checkstyle plugin.
  o Now respects pom.build.sourceModifications.
  o Add xml declaration to generated report. Fixed for character encoding.
  o Make sure the report does not fail if PMD does not detect any 
    violation. Fixes bug MAVEN-538
  
  Note that this plugin has been tested with Maven beta 10. 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.1.jar
  
  Have fun!
  -Vincent
  
  

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

Reply via email to