- remove unneeded properties (they are inherited from top level project.properties)

- added <version> tag for 1.4-snapshot dev
- removed ann files (they can now be generated by the announcement plugin)
- added missing download in navigation
- other cosmetic changes


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-05-01 18:02:07 +00:00
parent 438cb1564d
commit 962e20d464
6 changed files with 15 additions and 82 deletions

View File

@@ -1,26 +0,0 @@
The Maven team is pleased to announce the PMD plugin 1.0 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 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 PMD Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-pmd-plugin-1.0.jar
Have fun!
-Vincent

View File

@@ -1,27 +0,0 @@
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

View File

@@ -1,22 +0,0 @@
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

View File

@@ -17,7 +17,3 @@
# -------------------------------------------------------------------
# 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

View File

@@ -24,7 +24,13 @@
<id>maven-pmd-plugin</id>
<name>Maven PMD Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<description>This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer.</description>
<description>
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.
</description>
<shortDescription>Maven Plugin for PMD</shortDescription>
<url>http://maven.apache.org/reference/plugins/pmd/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10358</issueTrackingUrl>
@@ -55,6 +61,11 @@
<name>1.3</name>
<tag>MAVEN_PMD_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>HEAD</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -30,9 +30,10 @@
<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"/>
<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.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.2.jar"/>
<item name="PMD Plugin 1.3" href="http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.3.jar"/>
</menu>
</body>