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/01/22 22:24:25 UTC

svn commit: r1654077 - in /maven/plugins/trunk/maven-checkstyle-plugin: pom.xml src/main/resources/config/maven-header.txt src/main/resources/config/maven_checks.xml src/site/apt/config/index.apt src/site/apt/config/maven_checks.apt.vm

Author: dennisl
Date: Thu Jan 22 21:24:24 2015
New Revision: 1654077

URL: http://svn.apache.org/r1654077
Log:
[MCHECKSTYLE-283] Move maven_checks.xml and maven-header.txt away from the plugin

Removed:
    maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt
    maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/maven_checks.apt.vm
Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/index.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=1654077&r1=1654076&r2=1654077&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Jan 22 21:24:24 2015
@@ -123,6 +123,11 @@ under the License.
       <artifactId>maven-reporting-impl</artifactId>
       <version>2.3</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-shared-resources</artifactId>
+      <version>2-SNAPSHOT</version>
+    </dependency>
 
     <!-- doxia -->
     <dependency>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/index.apt?rev=1654077&r1=1654076&r2=1654077&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/index.apt (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/index.apt Thu Jan 22 21:24:24 2015
@@ -29,12 +29,14 @@
 
 Predefined Rulesets
 
-  Maven Checkstyle plugin contains predefined rulesets: 
+  Maven Checkstyle Plugin contains these predefined rulesets:
 
    * {{{./sun_checks.html}<<<config/sun_checks.xml>>>}},
 
-   * {{{./maven_checks.html}<<<config/maven_checks.xml>>>}},
-
    * {{{./turbine_checks.html}<<<config/turbine_checks.xml>>>}}.
 
    []
+
+  In versions up to and including 2.13 the plugin also included the
+  <<<config/maven_checks.xml>>> predefined ruleset. In version 2.14 this was
+  moved to {{{/shared/maven-shared-resources/}maven-shared-resources}}.