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

- removed ann files as they can now be generated by the announcement plugin
- other minor changes


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-05-01 11:11:37 +00:00
parent 5a2136d61f
commit d252588867
5 changed files with 4 additions and 48 deletions

View File

@ -1,17 +0,0 @@
The Maven team is pleased to announce the Checkstyle plugin 2.0 release!
http://maven.apache.org/reference/plugins/checkstyle/
The Maven Checkstyle plugin is a plugin for Checkstyle
(http://checkstyle.sourceforge.net) that allows for code
to be checked and a Maven report produced
Changes in this version:
Note that this plugin has been tested with Maven HEAD. Using it with
another version of Maven is at your own risks! :-)
You can download the Checkstyle Maven plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.0.jar
Have fun!

View File

@ -1,23 +0,0 @@
The Maven team is pleased to announce the Checkstyle plugin 2.2 release!
http://maven.apache.org/reference/plugins/checkstyle/
The Maven Checkstyle plugin is a plugin for Checkstyle
(http://checkstyle.sourceforge.net) that allows for code
to be checked and a Maven report produced
Changes in this version:
o The Checkstyle HTML report now provides information on severity.
o Prevent projects who do not use the head check from failing if they
don't provide a license file.
o Upgraded to Checkstyle 3.2.
Note that this plugin has been tested with Maven 1.0-rc1 and Maven
1.1-SNAPSHOT. Using it with another version of Maven is at your
own risks! :-)
You can download the Checkstyle Maven plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.2.jar
Have fun!

View File

@ -17,6 +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.license.licenseFile=${basedir}/../LICENSE.txt

View File

@ -21,7 +21,7 @@
<document>
<properties>
<title>Checkstyle plugin changes</title>
<author email="vmassol@octo.com">Vincent Massol</author>
<author email="vmassol@apache.org">Vincent Massol</author>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>

View File

@ -32,10 +32,9 @@
<item name="Migrating" href="/migrating.html" />
</menu>
<menu name="Downloads">
<item name="Checkstyle Plugin 2.0"
href="http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.0.jar"/>
<item name="Checkstyle Plugin 2.2"
href="http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.2.jar"/>
<item name="Checkstyle Plugin 2.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.0.jar"/>
<item name="Checkstyle Plugin 2.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.2.jar"/>
<item name="Checkstyle Plugin 2.3" href="http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.3.jar"/>
</menu>
</body>
</project>