You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/01/18 18:41:10 UTC

svn commit: r1652813 - /maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm

Author: hboutemy
Date: Sun Jan 18 17:41:10 2015
New Revision: 1652813

URL: http://svn.apache.org/r1652813
Log:
fixed typo

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm?rev=1652813&r1=1652812&r2=1652813&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm Sun Jan 18 17:41:10 2015
@@ -34,9 +34,9 @@ ${project.name}
   This version of the plugin uses Checkstyle ${checkstyleVersion} and requires Java ${javaVersion}.
 
   The plugin can be configured in the project's POM. Predefined rulesets are included with the plugin, these are:
-  {{{./config/sun_checks.xml}<<<sun_checks.xml>>>}},
-  {{{./config/turbine_checks.xml}<<<turbine_checks.xml>>>}} and
-  {{{./config/maven_checks.xml}<<<maven_checks.xml>>>}}. You can also use a custom ruleset by
+  {{{./config/sun_checks.html}<<<sun_checks.xml>>>}},
+  {{{./config/turbine_checks.html}<<<turbine_checks.xml>>>}} and
+  {{{./config/maven_checks.html}<<<maven_checks.xml>>>}}. You can also use a custom ruleset by
   specifying it in the plugin configuration.
 
 * Goals Overview