You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2015/05/01 16:49:09 UTC

svn commit: r1677158 - in /maven/plugins/trunk/maven-checkstyle-plugin: pom.xml src/it/MCHECKSTYLE-137/checkstyle.xml src/it/MCHECKSTYLE-163/ src/it/MCHECKSTYLE-193/checkstyle.xml

Author: dennisl
Date: Fri May  1 14:49:09 2015
New Revision: 1677158

URL: http://svn.apache.org/r1677158
Log:
[MCHECKSTYLE-272] Upgrade to Checkstyle 6.2
[MCHECKSTYLE-271] checkstyle plugin fails with default ruleset and checkstyle 6.2

Removed:
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-163/
Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-137/checkstyle.xml
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-193/checkstyle.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1677158&r1=1677157&r2=1677158&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Fri May  1 14:49:09 2015
@@ -63,7 +63,7 @@ under the License.
     <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
     <maven.compiler.target>1.${javaVersion}</maven.compiler.target>
     <mavenVersion>2.2.1</mavenVersion>
-    <checkstyleVersion>6.1.1</checkstyleVersion>
+    <checkstyleVersion>6.2</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <sitePluginVersion>3.4</sitePluginVersion>
   </properties>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-137/checkstyle.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-137/checkstyle.xml?rev=1677158&r1=1677157&r2=1677158&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-137/checkstyle.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-137/checkstyle.xml Fri May  1 14:49:09 2015
@@ -110,7 +110,6 @@ under the License.
             <property name="illegalClassNames" value="java.lang.Error,java.lang.RuntimeException"/>
         </module>
         <module name="PackageDeclaration"/>
-        <module name="JUnitTestCase"/>
         <module name="DeclarationOrder"/>
         <module name="ExplicitInitialization"/>
         <module name="DefaultComesLast"/>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-193/checkstyle.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-193/checkstyle.xml?rev=1677158&r1=1677157&r2=1677158&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-193/checkstyle.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-193/checkstyle.xml Fri May  1 14:49:09 2015
@@ -113,7 +113,6 @@ Checkstyle rules for Basis Technology.
             <property name="illegalClassNames" value="java.lang.Error,java.lang.RuntimeException"/>
         </module>
         <module name="PackageDeclaration"/>
-        <module name="JUnitTestCase"/>
         <module name="DeclarationOrder"/>
         <module name="ExplicitInitialization"/>
         <module name="DefaultComesLast"/>