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 2014/03/08 23:04:56 UTC

svn commit: r1575616 - in /maven/plugins/trunk/maven-checkstyle-plugin/src/site: apt/examples/inline-checker-config.apt.vm site.xml

Author: dennisl
Date: Sat Mar  8 22:04:56 2014
New Revision: 1575616

URL: http://svn.apache.org/r1575616
Log:
Minor site tweaks.

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm?rev=1575616&r1=1575615&r2=1575616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm Sat Mar  8 22:04:56 2014
@@ -25,16 +25,16 @@
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
 
-Using an Inlined Checkstyle Checker Configuration
+Using an Inline Checkstyle Checker Configuration
 
   Since version 2.12, an inlined {{{http://checkstyle.sourceforge.net/config.html#Checker}Checker configuration}} can
-  be defined directly in the <<<configuration>>> section of the plugin itself inside your pom.
+  be defined directly in the <<<configuration>>> section of the plugin itself inside your <<<pom.xml>>>.
 
-  This is especially useful when the checkstyle checks should be executed with every compile
-  and you do not like to create an own project for your checkstyle rules and neither
-  like to have a separate parent pom structure.
+  This is especially useful when the Checkstyle checks should be executed with every compile
+  and you do not like to create an own project for your Checkstyle rules and neither
+  like to have a separate parent POM structure.
 
-  To define a custom Checkstyle Checker configuration inside your pom.xml, use the <<<checkstyleRules>>> parameter.
+  To define a custom Checkstyle checker configuration inside your <<<pom.xml>>>, use the <<<checkstyleRules>>> parameter.
 
 +-----+
 <project>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml?rev=1575616&r1=1575615&r2=1575616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml Sat Mar  8 22:04:56 2014
@@ -28,7 +28,7 @@ under the License.
       <item name="FAQ" href="faq.html"/>
     </menu>
     <menu name="Examples">
-      <item name="Using an 'Inline' Checkstyle Checker Configuration" href="/examples/inline-checker-config.html"/>
+      <item name="Using an Inline Checkstyle Checker Configuration" href="/examples/inline-checker-config.html"/>
       <item name="Using a Custom Checkstyle Checker Configuration" href="/examples/custom-checker-config.html"/>
       <item name="Using Custom Checkstyle Property Expansion Definitions" href="/examples/custom-property-expansion.html"/>
       <item name="Using a Suppressions Filter" href="/examples/suppressions-filter.html"/>