Releasing version 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3aa110960d
commit
ec334c5fed
22
pmd/announcements/1.2.ann
Normal file
22
pmd/announcements/1.2.ann
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user