Author: dennisl Date: Sat Feb 23 08:28:06 2008 New Revision: 630467 URL: http://svn.apache.org/viewvc?rev=630467&view=rev Log: [MCHECKSTYLE-87] Use Release 4.4 of Checkstyle
Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-developed-checkstyle.apt Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=630467&r1=630466&r2=630467&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat Feb 23 08:28:06 2008 @@ -159,12 +159,12 @@ <dependency> <groupId>checkstyle</groupId> <artifactId>checkstyle</artifactId> - <version>4.3</version> + <version>4.4</version> </dependency> <dependency> <groupId>checkstyle</groupId> <artifactId>checkstyle-optional</artifactId> - <version>4.3</version> + <version>4.4</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-developed-checkstyle.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-developed-checkstyle.apt?rev=630467&r1=630466&r2=630467&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-developed-checkstyle.apt (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-developed-checkstyle.apt Sat Feb 23 08:28:06 2008 @@ -106,6 +106,7 @@ <package name="header"/> <package name="imports"/> <package name="indentation"/> + <package name="j2ee"/> <package name="javadoc"/> <package name="metrics"/> <package name="modifier"/>