Author: hboutemy
Date: Sun Jan 18 17:58:37 2015
New Revision: 1652817

URL: http://svn.apache.org/r1652817
Log:
improved comments

Modified:
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
    
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/turbine_checks.apt.vm

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml?rev=1652817&r1=1652816&r2=1652817&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
 Sun Jan 18 17:58:37 2015
@@ -24,6 +24,7 @@ under the License.
 
 <!--
   Checkstyle configuration that checks the Maven coding conventions from:
+  http://maven.apache.org/developers/conventions/code.html
 -->
 
 <module name="Checker">

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml?rev=1652817&r1=1652816&r2=1652817&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
 Sun Jan 18 17:58:37 2015
@@ -19,34 +19,12 @@ under the License.
 -->
 
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_1.dtd";>
+    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd";>
 
 <!--
-
-  Checkstyle configuration that checks the sun coding conventions from:
-
-    - the Java Language Specification at
-      http://java.sun.com/docs/books/jls/second_edition/html/index.html
-
-    - the Sun Code Conventions at http://java.sun.com/docs/codeconv/
-
-    - the Javadoc guidelines at
-      http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
-
-    - the JDK Api documentation http://java.sun.com/j2se/docs/api/index.html
-
-    - some best practices
-
-  Checkstyle is very configurable. Be sure to read the documentation at
-  http://checkstyle.sf.net (or in your downloaded distribution).
-
-  Most Checks are configurable, be sure to consult the documentation.
-
-  To completely disable a check, just comment it out or delete it from the 
file.
-
-  Finally, it is worth reading the documentation.
-
+  Checkstyle configuration that checks the Turbine coding conventions:
+  http://turbine.apache.org/common/code-standards.html
 -->
 
 <module name="Checker">

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/turbine_checks.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/turbine_checks.apt.vm?rev=1652817&r1=1652816&r2=1652817&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/turbine_checks.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/config/turbine_checks.apt.vm
 Sun Jan 18 17:58:37 2015
@@ -29,6 +29,7 @@
 
 <<<config/turbine_checks.xml>>> Predefined Ruleset
 
-  Maven Checkstyle plugin contains <<<config/turbine_checks.xml>>> predefined 
ruleset for Turbine coding conventions: 
+  Maven Checkstyle plugin contains <<<config/turbine_checks.xml>>> predefined 
ruleset for
+  {{{http://turbine.apache.org/common/code-standards.html}Turbine coding 
conventions}}: 
 
 %{snippet|file=${project.basedir}/src/main/resources/config/turbine_checks.xml}


Reply via email to