Preparing for release 2.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
23
checkstyle/announcements/2.2.ann
Normal file
23
checkstyle/announcements/2.2.ann
Normal file
@@ -0,0 +1,23 @@
|
||||
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!
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-checkstyle-plugin</id>
|
||||
<name>Maven Checkstyle Plug-in</name>
|
||||
<currentVersion>2.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>2.2</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Produce Checkstyle report</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/checkstyle/</url>
|
||||
@@ -29,7 +29,7 @@
|
||||
<version>
|
||||
<id>2.2</id>
|
||||
<name>2.2</name>
|
||||
<tag>HEAD</tag>
|
||||
<tag>MAVEN_CHECKSTYLE_2_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<release version="2.2" date="in CVS">
|
||||
<release version="2.2" date="2003-12-22">
|
||||
<action dev="vmassol" type="fix" issue="MPCHECKSTYLE-2" due-to="Henri Tremblay">
|
||||
The Checkstyle HTML report now provides information on severity.
|
||||
</action>
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
<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"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user