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/03/03 11:50:45 UTC

svn commit: r1663621 - /maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm

Author: dennisl
Date: Tue Mar  3 10:50:45 2015
New Revision: 1663621

URL: http://svn.apache.org/r1663621
Log:
[MCHECKSTYLE-274] removed Avalon configuration since the Avalon project is retired

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm?rev=1663621&r1=1663620&r2=1663621&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm Tue Mar  3 10:50:45 2015
@@ -55,7 +55,7 @@ Using a Custom Checkstyle Checker Config
   resource named <<<checkstyle.xml>>> within the compile scope of the dependencies or build extensions
   classpath.
 
-  There are 4 predefined Checkstyle configuration definitions that ship with the Checkstyle Plugin,
+  There are 3 predefined Checkstyle configuration definitions that ship with the Checkstyle Plugin,
   the Sun Microsystems Definition is selected by default.
 
   * <<config/sun_checks.xml>> - Sun Microsystems Definition (default).