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 2012/05/08 15:58:28 UTC

svn commit: r816660 [20/33] - in /websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/plugi...

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-checker-config.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-checker-config.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-checker-config.html Tue May  8 13:58:21 2012
@@ -22,23 +22,23 @@
           <meta name="author" content="July 2006" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="../../" id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-                                            <img src="../../../images/apache-maven-project-2.png" alt="" />
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
             </a>
-                        <a href="../../" id="bannerRight">
+                          <span id="bannerRight">
     
-                                            <img src="../../../images/maven-logo-2.gif" alt="" />
+                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
     
-            </a>
+            </span>
             <div class="clear">
         <hr/>
       </div>
@@ -57,13 +57,13 @@
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../../../index.html">Maven</a>
+                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
                 &gt;
       
-                <a href="../../index.html">Plugins</a>
+                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">Maven Checkstyle Plugin</a>
+                <a href="../../../../../../people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin">Maven Checkstyle Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2010-02-08
-              &nbsp;| Version: 2.5
+             Last Published: 2010-09-22
+              &nbsp;| Version: 2.6
             </div>
       <div class="clear">
         <hr/>
@@ -197,47 +197,47 @@
             <ul>
               
     <li class="none">
-                    <a href="../../../ant-tasks/index.html">Ant Tasks</a>
+                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
           </li>
               
     <li class="none">
-                    <a href="../../../doxia/index.html">Doxia</a>
+                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
           </li>
               
     <li class="none">
-                    <a href="../../../jxr/index.html">JXR</a>
+                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
           </li>
               
     <li class="none">
-                    <a href="../../../maven-1.x/index.html">Maven 1.x</a>
+                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
           </li>
               
     <li class="none">
-                    <a href="../../../index.html">Maven 2</a>
+                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
           </li>
               
     <li class="none">
-                    <a href="../../../mercury/index.html">Mercury</a>
+                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
           </li>
               
     <li class="none">
-                    <a href="../../index.html">Plugins</a>
+                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
           </li>
               
     <li class="none">
-                    <a href="../../../scm/index.html">SCM</a>
+                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
           </li>
               
     <li class="none">
-                    <a href="../../../shared/index.html">Shared Components</a>
+                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
           </li>
               
     <li class="none">
-                    <a href="../../../surefire/index.html">Surefire</a>
+                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
           </li>
               
     <li class="none">
-                    <a href="../../../wagon/index.html">Wagon</a>
+                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
           </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
@@ -255,17 +255,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Using a Custom Checkstyle Checker Configuration</h2>
-<p>A custom <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Checker">Checker configuration xml file</a> can be defined and then referenced via a URL, File, or build classpath resource reference.</p>
-<p>To reference a custom Checkstyle Checker configuration, use the <tt>configLocation</tt> parameter.</p>
-<div class="source"><pre>&lt;project&gt;
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Using a Custom Checkstyle Checker Configuration<a name="Using_a_Custom_Checkstyle_Checker_Configuration"></a></h2><p>A custom <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Checker">Checker configuration xml file</a> can be defined and then referenced via a URL, File, or build classpath resource reference.</p><p>To reference a custom Checkstyle Checker configuration, use the <tt>configLocation</tt> parameter.</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;reporting&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
         &lt;/configuration&gt;
@@ -273,17 +270,8 @@
     &lt;/plugins&gt;
   &lt;/reporting&gt;
   ...
-&lt;/project&gt;</pre>
-</div>
-<p>This example causes the Checkstyle Plugin to check for a File named <tt>checkstyle.xml</tt> or a resource named <tt>checkstyle.xml</tt> within the compile scope of the dependencies or build extensions classpath.</p>
-<p>There are 4 predefined Checkstyle configuration definitions that ship with the Checkstyle Plugin, the Sun Microsystems Definition is selected by default.</p>
-<ul><li><b>config/sun_checks.xml</b> - Sun Microsystems Definition (default).</li>
-<li><b>config/maven_checks.xml</b> - Maven Development Definitions.</li>
-<li><b>config/turbine_checks.xml</b> - Turbine Development Definitions.</li>
-<li><b>config/avalon_checks.xml</b> - Avalon Development Definitions.</li>
-</ul>
-</div>
-
+&lt;/project&gt;
+</pre></div><p>This example causes the Checkstyle Plugin to check for a File named <tt>checkstyle.xml</tt> or a resource named <tt>checkstyle.xml</tt> within the compile scope of the dependencies or build extensions classpath.</p><p>There are 4 predefined Checkstyle configuration definitions that ship with the Checkstyle Plugin, the Sun Microsystems Definition is selected by default.</p><ul><li><b>config/sun_checks.xml</b> - Sun Microsystems Definition (default).</li><li><b>config/maven_checks.xml</b> - Maven Development Definitions.</li><li><b>config/turbine_checks.xml</b> - Turbine Development Definitions.</li><li><b>config/avalon_checks.xml</b> - Avalon Development Definitions.</li></ul></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-developed-checkstyle.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-developed-checkstyle.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-developed-checkstyle.html Tue May  8 13:58:21 2012
@@ -22,23 +22,23 @@
           <meta name="author" content="2008-02-04" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="../../" id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-                                            <img src="../../../images/apache-maven-project-2.png" alt="" />
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
             </a>
-                        <a href="../../" id="bannerRight">
+                          <span id="bannerRight">
     
-                                            <img src="../../../images/maven-logo-2.gif" alt="" />
+                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
     
-            </a>
+            </span>
             <div class="clear">
         <hr/>
       </div>
@@ -57,13 +57,13 @@
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../../../index.html">Maven</a>
+                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
                 &gt;
       
-                <a href="../../index.html">Plugins</a>
+                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">Maven Checkstyle Plugin</a>
+                <a href="../../../../../../people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin">Maven Checkstyle Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2010-02-08
-              &nbsp;| Version: 2.5
+             Last Published: 2010-09-22
+              &nbsp;| Version: 2.6
             </div>
       <div class="clear">
         <hr/>
@@ -197,47 +197,47 @@
             <ul>
               
     <li class="none">
-                    <a href="../../../ant-tasks/index.html">Ant Tasks</a>
+                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
           </li>
               
     <li class="none">
-                    <a href="../../../doxia/index.html">Doxia</a>
+                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
           </li>
               
     <li class="none">
-                    <a href="../../../jxr/index.html">JXR</a>
+                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
           </li>
               
     <li class="none">
-                    <a href="../../../maven-1.x/index.html">Maven 1.x</a>
+                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
           </li>
               
     <li class="none">
-                    <a href="../../../index.html">Maven 2</a>
+                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
           </li>
               
     <li class="none">
-                    <a href="../../../mercury/index.html">Mercury</a>
+                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
           </li>
               
     <li class="none">
-                    <a href="../../index.html">Plugins</a>
+                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
           </li>
               
     <li class="none">
-                    <a href="../../../scm/index.html">SCM</a>
+                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
           </li>
               
     <li class="none">
-                    <a href="../../../shared/index.html">Shared Components</a>
+                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
           </li>
               
     <li class="none">
-                    <a href="../../../surefire/index.html">Surefire</a>
+                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
           </li>
               
     <li class="none">
-                    <a href="../../../wagon/index.html">Wagon</a>
+                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
           </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
@@ -255,13 +255,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Using Custom Developed Checkstyle Checks</h2>
-<p>We will guide you through creating a Maven project that produces a jar file of your custom checks. Then we'll include it in one of your projects by adding it as a dependency to the Checkstyle Plugin.</p>
-<p>The plugin also provides the ability to define the <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Packages">package names XML document</a> required to reference your custom check modules more easily.</p>
-<p>In this example we will be using the <a class="externalLink" href="http://checkstyle.sourceforge.net/writingchecks.html#Visitor%20in%20action">example check</a> that can be found on the Checkstyle web site.</p>
-<div class="section"><h3>Structuring your project</h3>
-<p>First we set up the directory structure for the custom ckecks project. It looks like this:</p>
-<div class="source"><pre>mycompany-checkstyle-checks
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Using Custom Developed Checkstyle Checks<a name="Using_Custom_Developed_Checkstyle_Checks"></a></h2><p>We will guide you through creating a Maven project that produces a jar file of your custom checks. Then we'll include it in one of your projects by adding it as a dependency to the Checkstyle Plugin.</p><p>The plugin also provides the ability to define the <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Packages">package names XML document</a> required to reference your custom check modules more easily.</p><p>In this example we will be using the <a class="externalLink" href="http://checkstyle.sourceforge.net/writingchecks.html#Visitor%20in%20action">example check</a> that can be found on the Checkstyle web site.</p><div class="section"><h3>Structuring your project<a name="Structuring_your_project"></a></h3><p>First we set up the directory structure for the custom ckecks project. It looks like this:<
 /p><div class="source"><pre>mycompany-checkstyle-checks
 |-- pom.xml
 `-- src
     `-- main
@@ -270,12 +264,8 @@
                 `-- mycompany
                     `-- checks
                         |-- packagenames.xml
-                        `-- MethodLimitCheck.java</pre>
-</div>
-<p>Now we'll go through each of the three files one at a time.</p>
-<div class="section"><h4><tt>pom.xml</tt></h4>
-<p>Not much to say here, except that we add a dependency on Checkstyle.</p>
-<div class="source"><pre>&lt;project&gt;
+                        `-- MethodLimitCheck.java
+</pre></div><p>Now we'll go through each of the three files one at a time.</p><div class="section"><h4><tt>pom.xml</tt><a name="pom.xml"></a></h4><p>Not much to say here, except that we add a dependency on Checkstyle.</p><div class="source"><pre>&lt;project&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
   &lt;groupId&gt;com.mycompany&lt;/groupId&gt;
   &lt;artifactId&gt;mycompany-checkstyle-checks&lt;/artifactId&gt;
@@ -285,15 +275,11 @@
     &lt;dependency&gt;
       &lt;groupId&gt;checkstyle&lt;/groupId&gt;
       &lt;artifactId&gt;checkstyle&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
     &lt;/dependency&gt;
   &lt;/dependencies&gt;
-&lt;/project&gt;</pre>
-</div>
-</div>
-<div class="section"><h4><tt>packagenames.xml</tt></h4>
-<p>This file lets you specify the names of the packages that you want to be able to use. Here we have added <tt>com.mycompany.checks</tt> to the standard set of Checkstyle packages. That means that you can use your custom checks in the Checkstyle configuration file, without having to specify their package name.</p>
-<div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;/project&gt;
+</pre></div></div><div class="section"><h4><tt>packagenames.xml</tt><a name="packagenames.xml"></a></h4><p>This file lets you specify the names of the packages that you want to be able to use. Here we have added <tt>com.mycompany.checks</tt> to the standard set of Checkstyle packages. That means that you can use your custom checks in the Checkstyle configuration file, without having to specify their package name.</p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 
 &lt;!DOCTYPE checkstyle-packages PUBLIC
   &quot;-//Puppy Crawl//DTD Package Names 1.0//EN&quot;
@@ -320,12 +306,8 @@
     &lt;/package&gt;
     &lt;package name=&quot;filters&quot;/&gt;
   &lt;/package&gt;
-&lt;/checkstyle-packages&gt;</pre>
-</div>
-</div>
-<div class="section"><h4><tt>MethodLimitCheck.java</tt></h4>
-<p>Here is the example check from the Checkstyle site. It checks that your source files don't have more that 30 methods.</p>
-<div class="source"><pre>package com.mycompany.checks;
+&lt;/checkstyle-packages&gt;
+</pre></div></div><div class="section"><h4><tt>MethodLimitCheck.java</tt><a name="MethodLimitCheck.java"></a></h4><p>Here is the example check from the Checkstyle site. It checks that your source files don't have more that 30 methods.</p><div class="source"><pre>package com.mycompany.checks;
 import com.puppycrawl.tools.checkstyle.api.*;
 
 public class MethodLimitCheck extends Check
@@ -350,17 +332,9 @@ public class MethodLimitCheck extends Ch
                 &quot;too many methods, only &quot; + max + &quot; are allowed&quot;);
         }
    }
-}</pre>
-</div>
-</div>
-</div>
-<div class="section"><h3>Building a JAR for your custom checks project</h3>
-<p>To be able to use your custom checks in other projects, you need to package and install them. To do that, just run this on the command line:</p>
-<div class="source"><pre>mvn install</pre>
-</div>
-<p>This produces a JAR file with the following contents and installs it into your local repository.</p>
-<div class="section"><h4><tt>mycompany-checkstyle-checks-1.0.jar</tt></h4>
-<div class="source"><pre>mycompany-checkstyle-checks-1.0.jar
+}
+</pre></div></div></div><div class="section"><h3>Building a JAR for your custom checks project<a name="Building_a_JAR_for_your_custom_checks_project"></a></h3><p>To be able to use your custom checks in other projects, you need to package and install them. To do that, just run this on the command line:</p><div class="source"><pre>mvn install
+</pre></div><p>This produces a JAR file with the following contents and installs it into your local repository.</p><div class="section"><h4><tt>mycompany-checkstyle-checks-1.0.jar</tt><a name="mycompany-checkstyle-checks-1.0.jar"></a></h4><div class="source"><pre>mycompany-checkstyle-checks-1.0.jar
 |-- pom.xml
 |-- META-INF
 |   |-- MANIFEST.MF
@@ -373,16 +347,8 @@ public class MethodLimitCheck extends Ch
     `-- mycompany
         `-- checks
             |-- packagenames.xml
-            `-- MethodLimitCheck.class</pre>
-</div>
-</div>
-</div>
-<div class="section"><h3>Using your checks in another project</h3>
-<p>Now you are ready to make use of your custom checks in another project.</p>
-<div class="section"><h4>Create a Checkstyle configuration</h4>
-<p>Create the file <tt>checkstyle.xml</tt> in the root of the project that wants to use your custom checks. In this file you tell Checkstyle which checks you want to use.</p>
-<p><b>Note:</b> We don't have to specify the fully qualified classname of our check here. That's because we used the <tt>packagenames.xml</tt> file earlier.</p>
-<div class="source"><pre>&lt;?xml version=&quot;1.0&quot; ?&gt;
+            `-- MethodLimitCheck.class
+</pre></div></div></div><div class="section"><h3>Using your checks in another project<a name="Using_your_checks_in_another_project"></a></h3><p>Now you are ready to make use of your custom checks in another project.</p><div class="section"><h4>Create a Checkstyle configuration<a name="Create_a_Checkstyle_configuration"></a></h4><p>Create the file <tt>checkstyle.xml</tt> in the root of the project that wants to use your custom checks. In this file you tell Checkstyle which checks you want to use.</p><p><b>Note:</b> We don't have to specify the fully qualified classname of our check here. That's because we used the <tt>packagenames.xml</tt> file earlier.</p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot; ?&gt;
 
 &lt;!DOCTYPE module PUBLIC
   &quot;-//Puppy Crawl//DTD Check Configuration 1.2//EN&quot;
@@ -392,20 +358,15 @@ public class MethodLimitCheck extends Ch
   &lt;module name=&quot;TreeWalker&quot;&gt;
     &lt;module name=&quot;MethodLimit&quot;/&gt;
   &lt;/module&gt;
-&lt;/module&gt;</pre>
-</div>
-</div>
-<div class="section"><h4>Configure the Checkstyle Plugin to use your custom checks</h4>
-<p>Finally we need to tell the other project that you want it to use your custom Checkstyle checks. In the <tt>pom.xml</tt> of that project, add the following configuration.</p>
-<p><b>Note:</b> You have to specify a plugin dependency on <tt>mycompany-checkstyle-checks</tt> in the <tt>&lt;build&gt;</tt> element of your <tt>pom.xml</tt>. It will not work inside the <tt>&lt;reporting&gt;</tt> element, because <tt>&lt;reporting&gt;</tt> does not support plugin dependencies. The rest of the configuration is done in the normal way in the <tt>&lt;reporting&gt;</tt> element.</p>
-<div class="source"><pre>&lt;project&gt;
+&lt;/module&gt;
+</pre></div></div><div class="section"><h4>Configure the Checkstyle Plugin to use your custom checks<a name="Configure_the_Checkstyle_Plugin_to_use_your_custom_checks"></a></h4><p>Finally we need to tell the other project that you want it to use your custom Checkstyle checks. In the <tt>pom.xml</tt> of that project, add the following configuration.</p><p><b>Note:</b> You have to specify a plugin dependency on <tt>mycompany-checkstyle-checks</tt> in the <tt>&lt;build&gt;</tt> element of your <tt>pom.xml</tt>. It will not work inside the <tt>&lt;reporting&gt;</tt> element, because <tt>&lt;reporting&gt;</tt> does not support plugin dependencies. The rest of the configuration is done in the normal way in the <tt>&lt;reporting&gt;</tt> element.</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;build&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;dependencies&gt;
           &lt;dependency&gt;
             &lt;groupId&gt;com.mycompany&lt;/groupId&gt;
@@ -421,7 +382,7 @@ public class MethodLimitCheck extends Ch
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;packageNamesLocation&gt;com/mycompany/checks/packagenames.xml&lt;/packageNamesLocation&gt;
@@ -430,12 +391,8 @@ public class MethodLimitCheck extends Ch
     &lt;/plugins&gt;
   &lt;/reporting&gt;
   ...
-&lt;/project&gt;</pre>
-</div>
-</div>
-</div>
-</div>
-
+&lt;/project&gt;
+</pre></div></div></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-property-expansion.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-property-expansion.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/custom-property-expansion.html Tue May  8 13:58:21 2012
@@ -22,23 +22,23 @@
           <meta name="author" content="July 2006" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="../../" id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-                                            <img src="../../../images/apache-maven-project-2.png" alt="" />
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
             </a>
-                        <a href="../../" id="bannerRight">
+                          <span id="bannerRight">
     
-                                            <img src="../../../images/maven-logo-2.gif" alt="" />
+                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
     
-            </a>
+            </span>
             <div class="clear">
         <hr/>
       </div>
@@ -57,13 +57,13 @@
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../../../index.html">Maven</a>
+                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
                 &gt;
       
-                <a href="../../index.html">Plugins</a>
+                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">Maven Checkstyle Plugin</a>
+                <a href="../../../../../../people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin">Maven Checkstyle Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2010-02-08
-              &nbsp;| Version: 2.5
+             Last Published: 2010-09-22
+              &nbsp;| Version: 2.6
             </div>
       <div class="clear">
         <hr/>
@@ -197,47 +197,47 @@
             <ul>
               
     <li class="none">
-                    <a href="../../../ant-tasks/index.html">Ant Tasks</a>
+                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
           </li>
               
     <li class="none">
-                    <a href="../../../doxia/index.html">Doxia</a>
+                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
           </li>
               
     <li class="none">
-                    <a href="../../../jxr/index.html">JXR</a>
+                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
           </li>
               
     <li class="none">
-                    <a href="../../../maven-1.x/index.html">Maven 1.x</a>
+                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
           </li>
               
     <li class="none">
-                    <a href="../../../index.html">Maven 2</a>
+                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
           </li>
               
     <li class="none">
-                    <a href="../../../mercury/index.html">Mercury</a>
+                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
           </li>
               
     <li class="none">
-                    <a href="../../index.html">Plugins</a>
+                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
           </li>
               
     <li class="none">
-                    <a href="../../../scm/index.html">SCM</a>
+                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
           </li>
               
     <li class="none">
-                    <a href="../../../shared/index.html">Shared Components</a>
+                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
           </li>
               
     <li class="none">
-                    <a href="../../../surefire/index.html">Surefire</a>
+                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
           </li>
               
     <li class="none">
-                    <a href="../../../wagon/index.html">Wagon</a>
+                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
           </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
@@ -255,11 +255,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Using Custom Checkstyle Property Expansion Definitions</h2>
-<p>Custom <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Properties">property expansion definitions</a> for the Checker can be defined.</p>
-<p>Checkstyle uses the property expansion mechanism to allow injection of specific values into a pre-defined Checker configuration. Using property expansion alone is an insufficient means to customize the checks performed by Checkstyle.</p>
-<p>Example: <tt>checkstyle.xml</tt> - only checks the package name in use to ensure that it conforms to the desired scheme, but allows for users of this Checker to specify their own projectname.</p>
-<div class="source"><pre>&lt;?xml version=&quot;1.0&quot; ?&gt;
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Using Custom Checkstyle Property Expansion Definitions<a name="Using_Custom_Checkstyle_Property_Expansion_Definitions"></a></h2><p>Custom <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Properties">property expansion definitions</a> for the Checker can be defined.</p><p>Checkstyle uses the property expansion mechanism to allow injection of specific values into a pre-defined Checker configuration. Using property expansion alone is an insufficient means to customize the checks performed by Checkstyle.</p><p>Example: <tt>checkstyle.xml</tt> - only checks the package name in use to ensure that it conforms to the desired scheme, but allows for users of this Checker to specify their own projectname.</p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot; ?&gt;
 
 &lt;!DOCTYPE module PUBLIC
   &quot;-//Puppy Crawl//DTD Check Configuration 1.2//EN&quot;
@@ -272,17 +268,15 @@
          value=&quot;com\.example\.$\{projectname\}(\.[a-z][a-zA-Z0-9]+)*$&quot;/&gt;
     &lt;/module&gt;
   &lt;/module&gt;
-&lt;/module&gt;</pre>
-</div>
-<p>Example: <tt>pom.xml</tt> - Specifies the <tt>projectname</tt> property expansion that Checkstyle will use when encountering such a variable in the above Checker configuration.</p>
-<div class="source"><pre>&lt;project&gt;
+&lt;/module&gt;
+</pre></div><p>Example: <tt>pom.xml</tt> - Specifies the <tt>projectname</tt> property expansion that Checkstyle will use when encountering such a variable in the above Checker configuration.</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;reporting&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;propertyExpansion&gt;projectname=whizbang&lt;/propertyExpansion&gt;
@@ -291,17 +285,15 @@
     &lt;/plugins&gt;
   &lt;/reporting&gt;
   ...
-&lt;/project&gt;</pre>
-</div>
-<p>The property expansion information can also come from a location using the <tt>propertiesLocation</tt> parameter as shown below. The <tt>propertiesLocation</tt> can point to a URL, File or build classpath resource reference.</p>
-<div class="source"><pre>&lt;project&gt;
+&lt;/project&gt;
+</pre></div><p>The property expansion information can also come from a location using the <tt>propertiesLocation</tt> parameter as shown below. The <tt>propertiesLocation</tt> can point to a URL, File or build classpath resource reference.</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;reporting&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;propertesLocation&gt;${basedir}/checkstyle.properties&lt;/propertiesLocation&gt;
@@ -310,10 +302,8 @@
     &lt;/plugins&gt;
   &lt;/reporting&gt;
   ...
-&lt;/project&gt;</pre>
-</div>
-</div>
-
+&lt;/project&gt;
+</pre></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/multi-module-config.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/multi-module-config.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/multi-module-config.html Tue May  8 13:58:21 2012
@@ -22,23 +22,23 @@
           <meta name="author" content="2008-02-05" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="../../" id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-                                            <img src="../../../images/apache-maven-project-2.png" alt="" />
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
             </a>
-                        <a href="../../" id="bannerRight">
+                          <span id="bannerRight">
     
-                                            <img src="../../../images/maven-logo-2.gif" alt="" />
+                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
     
-            </a>
+            </span>
             <div class="clear">
         <hr/>
       </div>
@@ -57,13 +57,13 @@
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../../../index.html">Maven</a>
+                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
                 &gt;
       
-                <a href="../../index.html">Plugins</a>
+                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">Maven Checkstyle Plugin</a>
+                <a href="../../../../../../people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin">Maven Checkstyle Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2010-02-08
-              &nbsp;| Version: 2.5
+             Last Published: 2010-09-22
+              &nbsp;| Version: 2.6
             </div>
       <div class="clear">
         <hr/>
@@ -197,47 +197,47 @@
             <ul>
               
     <li class="none">
-                    <a href="../../../ant-tasks/index.html">Ant Tasks</a>
+                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
           </li>
               
     <li class="none">
-                    <a href="../../../doxia/index.html">Doxia</a>
+                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
           </li>
               
     <li class="none">
-                    <a href="../../../jxr/index.html">JXR</a>
+                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
           </li>
               
     <li class="none">
-                    <a href="../../../maven-1.x/index.html">Maven 1.x</a>
+                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
           </li>
               
     <li class="none">
-                    <a href="../../../index.html">Maven 2</a>
+                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
           </li>
               
     <li class="none">
-                    <a href="../../../mercury/index.html">Mercury</a>
+                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
           </li>
               
     <li class="none">
-                    <a href="../../index.html">Plugins</a>
+                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
           </li>
               
     <li class="none">
-                    <a href="../../../scm/index.html">SCM</a>
+                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
           </li>
               
     <li class="none">
-                    <a href="../../../shared/index.html">Shared Components</a>
+                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
           </li>
               
     <li class="none">
-                    <a href="../../../surefire/index.html">Surefire</a>
+                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
           </li>
               
     <li class="none">
-                    <a href="../../../wagon/index.html">Wagon</a>
+                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
           </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
@@ -255,10 +255,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Multimodule Configuration</h2>
-<p>Configuring the Checkstyle Plugin for use within large multimodule projects can be done, but it requires a little setup.</p>
-<p>This example will use a mysterious project called <i>whizbang</i>. This is what the structure of that project looks like:</p>
-<div class="source"><pre>whizbang
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Multimodule Configuration<a name="Multimodule_Configuration"></a></h2><p>Configuring the Checkstyle Plugin for use within large multimodule projects can be done, but it requires a little setup.</p><p>This example will use a mysterious project called <i>whizbang</i>. This is what the structure of that project looks like:</p><div class="source"><pre>whizbang
 |-- pom.xml
 |-- core
 |   `-- pom.xml
@@ -266,11 +263,8 @@
 |   `-- pom.xml
 |-- jmx
 |   `-- pom.xml
-`-- src</pre>
-</div>
-<div class="section"><h3>Create a subproject to house the resources</h3>
-<p>We'll start by adding another sub project that will house our common configuration. Let's call it <i>build-tools</i>. In it we put the resources that we want to include. In this example, we will add configuration files for the Checkstyle Plugin. Configuration files for other plugins, like the PMD plugin, can be included in the same subproject if you like.</p>
-<div class="source"><pre>whizbang
+`-- src
+</pre></div><div class="section"><h3>Create a subproject to house the resources<a name="Create_a_subproject_to_house_the_resources"></a></h3><p>We'll start by adding another sub project that will house our common configuration. Let's call it <i>build-tools</i>. In it we put the resources that we want to include. In this example, we will add configuration files for the Checkstyle Plugin. Configuration files for other plugins, like the PMD plugin, can be included in the same subproject if you like.</p><div class="source"><pre>whizbang
 |-- pom.xml
 |-- build-tools
 |   |-- src
@@ -283,14 +277,8 @@
 |-- core
 |-- gui
 |-- jmx
-`-- src</pre>
-</div>
-<p><b>Tip:</b> put the resources into a subdirectory that you can ensure will be unique and not conflict with anyone else.</p>
-</div>
-<div class="section"><h3>Configure the other projects to use it</h3>
-<p>Now we can include the Checkstyle configuration in the top level <tt>pom.xml</tt>.</p>
-<p><b>Note:</b> You have to specify a plugin dependency on <tt>build-tools</tt> in the <tt>&lt;build&gt;</tt> element of your <tt>pom.xml</tt>. It will not work inside the <tt>&lt;reporting&gt;</tt> element, because <tt>&lt;reporting&gt;</tt> does not support plugin dependencies. The rest of the configuration is done in the normal way in the <tt>&lt;reporting&gt;</tt> element.</p>
-<div class="source"><pre>&lt;project&gt;
+`-- src
+</pre></div><p><b>Tip:</b> put the resources into a subdirectory that you can ensure will be unique and not conflict with anyone else.</p></div><div class="section"><h3>Configure the other projects to use it<a name="Configure_the_other_projects_to_use_it"></a></h3><p>Now we can include the Checkstyle configuration in the top level <tt>pom.xml</tt>.</p><p><b>Note:</b> You have to specify a plugin dependency on <tt>build-tools</tt> in the <tt>&lt;build&gt;</tt> element of your <tt>pom.xml</tt>. It will not work inside the <tt>&lt;reporting&gt;</tt> element, because <tt>&lt;reporting&gt;</tt> does not support plugin dependencies. The rest of the configuration is done in the normal way in the <tt>&lt;reporting&gt;</tt> element.</p><div class="source"><pre>&lt;project&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
   &lt;groupId&gt;com.example.whizbang&lt;/groupId&gt;
   &lt;artifactId&gt;whizbang-parent&lt;/artifactId&gt;
@@ -302,7 +290,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;dependencies&gt;
           &lt;dependency&gt;
             &lt;groupId&gt;com.example.whizbang&lt;/groupId&gt;
@@ -318,7 +306,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;whizbang/checkstyle.xml&lt;/configLocation&gt;
           &lt;headerLocation&gt;whizbang/LICENSE.txt&lt;/headerLocation&gt;
@@ -332,17 +320,9 @@
     &lt;module&gt;jmx&lt;/module&gt;
     &lt;module&gt;gui&lt;/module&gt;
   &lt;/modules&gt;
-&lt;/project&gt;</pre>
-</div>
-<p>Once you are done with that, ensure that you do not include the Maven Checkstyle Plugin in your sub modules, as their definition and configuration, will override the top level parent pom's definition.</p>
-<p>Based on the Checkstyle Plugin configuration above, the values of <tt>configLocation</tt> and <tt>headerLocation</tt> will be resolved from the classpath. The <i>build-tools</i> JAR was included in the classpath when it was declared as a dependency to the plugin.</p>
-<p>Lastly, kick off a build of the site.</p>
-<div class="source"><pre>mvn site</pre>
-</div>
-<p>Every sub project will now use the same Checkstyle setup and configuration.</p>
-</div>
-</div>
-
+&lt;/project&gt;
+</pre></div><p>Once you are done with that, ensure that you do not include the Maven Checkstyle Plugin in your sub modules, as their definition and configuration, will override the top level parent pom's definition.</p><p>Based on the Checkstyle Plugin configuration above, the values of <tt>configLocation</tt> and <tt>headerLocation</tt> will be resolved from the classpath. The <i>build-tools</i> JAR was included in the classpath when it was declared as a dependency to the plugin.</p><p>Lastly, kick off a build of the site.</p><div class="source"><pre>mvn site
+</pre></div><p>Every sub project will now use the same Checkstyle setup and configuration.</p></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/suppressions-filter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/suppressions-filter.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/examples/suppressions-filter.html Tue May  8 13:58:21 2012
@@ -22,23 +22,23 @@
           <meta name="author" content="July 2006" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="../../" id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-                                            <img src="../../../images/apache-maven-project-2.png" alt="" />
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
             </a>
-                        <a href="../../" id="bannerRight">
+                          <span id="bannerRight">
     
-                                            <img src="../../../images/maven-logo-2.gif" alt="" />
+                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
     
-            </a>
+            </span>
             <div class="clear">
         <hr/>
       </div>
@@ -57,13 +57,13 @@
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../../../index.html">Maven</a>
+                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
                 &gt;
       
-                <a href="../../index.html">Plugins</a>
+                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">Maven Checkstyle Plugin</a>
+                <a href="../../../../../../people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin">Maven Checkstyle Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2010-02-08
-              &nbsp;| Version: 2.5
+             Last Published: 2010-09-22
+              &nbsp;| Version: 2.6
             </div>
       <div class="clear">
         <hr/>
@@ -197,47 +197,47 @@
             <ul>
               
     <li class="none">
-                    <a href="../../../ant-tasks/index.html">Ant Tasks</a>
+                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
           </li>
               
     <li class="none">
-                    <a href="../../../doxia/index.html">Doxia</a>
+                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
           </li>
               
     <li class="none">
-                    <a href="../../../jxr/index.html">JXR</a>
+                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
           </li>
               
     <li class="none">
-                    <a href="../../../maven-1.x/index.html">Maven 1.x</a>
+                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
           </li>
               
     <li class="none">
-                    <a href="../../../index.html">Maven 2</a>
+                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
           </li>
               
     <li class="none">
-                    <a href="../../../mercury/index.html">Mercury</a>
+                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
           </li>
               
     <li class="none">
-                    <a href="../../index.html">Plugins</a>
+                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
           </li>
               
     <li class="none">
-                    <a href="../../../scm/index.html">SCM</a>
+                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
           </li>
               
     <li class="none">
-                    <a href="../../../shared/index.html">Shared Components</a>
+                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
           </li>
               
     <li class="none">
-                    <a href="../../../surefire/index.html">Surefire</a>
+                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
           </li>
               
     <li class="none">
-                    <a href="../../../wagon/index.html">Wagon</a>
+                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
           </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
@@ -255,10 +255,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Using a Suppressions Filter</h2>
-<p>Checkstyle allows the definition of a list of files and their line ranges that should be suppressed from reporting any violations (known as a <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Filters">suppressions filter</a> ).</p>
-<p>Example: <tt>checkstyle-suppressions.xml</tt></p>
-<div class="source"><pre>&lt;?xml version=&quot;1.0&quot;?&gt;
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Using a Suppressions Filter<a name="Using_a_Suppressions_Filter"></a></h2><p>Checkstyle allows the definition of a list of files and their line ranges that should be suppressed from reporting any violations (known as a <a class="externalLink" href="http://checkstyle.sourceforge.net/config.html#Filters">suppressions filter</a> ).</p><p>Example: <tt>checkstyle-suppressions.xml</tt></p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot;?&gt;
 
 &lt;!DOCTYPE suppressions PUBLIC
      &quot;-//Puppy Crawl//DTD Suppressions 1.0//EN&quot;
@@ -271,17 +268,15 @@
   &lt;suppress checks=&quot;MagicNumberCheck&quot;
              files=&quot;LegacyDatasetConvertor.java&quot;
              lines=&quot;221,250-295&quot;/&gt;
-&lt;/suppressions&gt;</pre>
-</div>
-<p>Example: <tt>pom.xml</tt> - Specifies the suppressions filter that Checkstyle should use.</p>
-<div class="source"><pre>&lt;project&gt;
+&lt;/suppressions&gt;
+</pre></div><p>Example: <tt>pom.xml</tt> - Specifies the suppressions filter that Checkstyle should use.</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;reporting&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.6&lt;/version&gt;
         &lt;configuration&gt;
           &lt;configLocation&gt;checkstyle.xml&lt;/configLocation&gt;
           &lt;suppressionsLocation&gt;checkstyle-suppressions.xml&lt;/suppressionsLocation&gt;
@@ -291,10 +286,8 @@
     &lt;/plugins&gt;
   &lt;/reporting&gt;
   ...
-&lt;/project&gt;</pre>
-</div>
-</div>
-
+&lt;/project&gt;
+</pre></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/faq.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/faq.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/faq.html Tue May  8 13:58:21 2012
@@ -21,23 +21,23 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="../../" id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-                                            <img src="../../images/apache-maven-project-2.png" alt="" />
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
             </a>
-                        <a href="../../" id="bannerRight">
+                          <span id="bannerRight">
     
-                                            <img src="../../images/maven-logo-2.gif" alt="" />
+                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
     
-            </a>
+            </span>
             <div class="clear">
         <hr/>
       </div>
@@ -56,13 +56,13 @@
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../../index.html">Maven</a>
+                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
                 &gt;
       
-                <a href="../index.html">Plugins</a>
+                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">Maven Checkstyle Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin">Maven Checkstyle Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2010-02-08
-              &nbsp;| Version: 2.5
+             Last Published: 2010-09-22
+              &nbsp;| Version: 2.6
             </div>
       <div class="clear">
         <hr/>
@@ -196,47 +196,47 @@
             <ul>
               
     <li class="none">
-                    <a href="../../ant-tasks/index.html">Ant Tasks</a>
+                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
           </li>
               
     <li class="none">
-                    <a href="../../doxia/index.html">Doxia</a>
+                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
           </li>
               
     <li class="none">
-                    <a href="../../jxr/index.html">JXR</a>
+                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
           </li>
               
     <li class="none">
-                    <a href="../../maven-1.x/index.html">Maven 1.x</a>
+                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
           </li>
               
     <li class="none">
-                    <a href="../../index.html">Maven 2</a>
+                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
           </li>
               
     <li class="none">
-                    <a href="../../mercury/index.html">Mercury</a>
+                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
           </li>
               
     <li class="none">
-                    <a href="../index.html">Plugins</a>
+                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
           </li>
               
     <li class="none">
-                    <a href="../../scm/index.html">SCM</a>
+                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
           </li>
               
     <li class="none">
-                    <a href="../../shared/index.html">Shared Components</a>
+                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
           </li>
               
     <li class="none">
-                    <a href="../../surefire/index.html">Surefire</a>
+                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
           </li>
               
     <li class="none">
-                    <a href="../../wagon/index.html">Wagon</a>
+                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
           </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
@@ -254,39 +254,39 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2><a name="top">Frequently Asked Questions</a></h2>
-<ol type="1"><li><a href="#How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></li>
-<li><a href="#How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></li>
-<li><a href="#How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></li>
-</ol>
-</div>
-<dl><dt><a name="How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></dt>
-<dd>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. --><div class="section"><h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2><ol style="list-style-type: decimal"><li><a href="#How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></li><li><a href="#How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></li><li><a href="#How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></li></ol></div><dl><dt><a name="How_are_the_Checkstyle_properties_set">How are the Checkstyle properties set?</a></dt><dd>
         <p>
           You can set the Checkstyle properties to be used in the plugin configuration of your POM through the
-          <code>propertiesLocation</code> parameter. The properties file will be resolved by the plugin based
+          <tt>propertiesLocation</tt> parameter. The properties file will be resolved by the plugin based
           on its value.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How_do_I_set_a_custom_ruleset">How do I set a custom ruleset?</a></dt><dd>
         <p>
-          You can set a custom ruleset through the <code>configLocation</code> plugin parameter. If no value is
-          specified, the plugin will use a default ruleset, which is the <code>sun_checks.xml</code>, that is bundled with the
+          You can set a custom ruleset through the <tt>configLocation</tt> plugin parameter. If no value is
+          specified, the plugin will use a default ruleset, which is the <tt>sun_checks.xml</tt>, that is bundled with the
           plugin.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How_do_I_include_the_test_directory_in_Checkstyle">How do I include the test directory in Checkstyle?</a></dt><dd>
         <p>
           You can include the test directory in the Checkstyle report by setting the
-          <code>includeTestSourceDirectory</code> plugin parameter to <code>true</code>.
+          <tt>includeTestSourceDirectory</tt> plugin parameter to <tt>true</tt>.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table></dd>
-</dl>
-
+      <p align="right"><a href="#top">[top]</a></p></dd></dl>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/help-mojo.html Tue May  8 13:58:21 2012
@@ -12,7 +12,8 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - checkstyle:help</title>
+    <title>Maven Checkstyle Plugin - 
+    checkstyle:help</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -21,23 +22,23 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="../../" id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-                                            <img src="../../images/apache-maven-project-2.png" alt="" />
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
             </a>
-                        <a href="../../" id="bannerRight">
+                          <span id="bannerRight">
     
-                                            <img src="../../images/maven-logo-2.gif" alt="" />
+                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
     
-            </a>
+            </span>
             <div class="clear">
         <hr/>
       </div>
@@ -56,13 +57,13 @@
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../../index.html">Maven</a>
+                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
                 &gt;
       
-                <a href="../index.html">Plugins</a>
+                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
                 &gt;
       
-                <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">Maven Checkstyle Plugin</a>
+                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin">Maven Checkstyle Plugin</a>
                   </div>
             <div class="xright">      
   
@@ -72,8 +73,8 @@
             
   
     
-             Last Published: 2010-02-08
-              &nbsp;| Version: 2.5
+             Last Published: 2010-09-22
+              &nbsp;| Version: 2.6
             </div>
       <div class="clear">
         <hr/>
@@ -196,47 +197,47 @@
             <ul>
               
     <li class="none">
-                    <a href="../../ant-tasks/index.html">Ant Tasks</a>
+                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
           </li>
               
     <li class="none">
-                    <a href="../../doxia/index.html">Doxia</a>
+                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
           </li>
               
     <li class="none">
-                    <a href="../../jxr/index.html">JXR</a>
+                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
           </li>
               
     <li class="none">
-                    <a href="../../maven-1.x/index.html">Maven 1.x</a>
+                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
           </li>
               
     <li class="none">
-                    <a href="../../index.html">Maven 2</a>
+                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
           </li>
               
     <li class="none">
-                    <a href="../../mercury/index.html">Mercury</a>
+                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
           </li>
               
     <li class="none">
-                    <a href="../index.html">Plugins</a>
+                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
           </li>
               
     <li class="none">
-                    <a href="../../scm/index.html">SCM</a>
+                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
           </li>
               
     <li class="none">
-                    <a href="../../shared/index.html">Shared Components</a>
+                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
           </li>
               
     <li class="none">
-                    <a href="../../surefire/index.html">Surefire</a>
+                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
           </li>
               
     <li class="none">
-                    <a href="../../wagon/index.html">Wagon</a>
+                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
           </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
@@ -254,84 +255,91 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2><a name="checkstyle:help"></a>checkstyle:help</h2>
-<p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.5:help</p>
-<p><strong>Description</strong>:</p>
-<div>Display help information on maven-checkstyle-plugin.<br />
-
+        
+  
+    <div class="section"><h2>checkstyle:help<a name="checkstyle:help"></a></h2>
+      <p><b>Full name</b>:</p>
+      <p>org.apache.maven.plugins:maven-checkstyle-plugin:2.6:help</p>
+      <p><b>Description</b>:</p>
+      <div>Display help information on maven-checkstyle-plugin.<br />
  Call 
 
-<pre>
+<div><pre>
   mvn checkstyle:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
-</pre>
+</pre></div>
 
-to display parameter details.</div><p><strong>Attributes</strong>:</p>
-<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-<table class="bodyTable"><tr class="a"><th>Name</th>
-<th>Type</th>
-<th>Since</th>
-<th>Description</th>
-</tr>
-<tr class="b"><td><strong><a href="#detail">detail</a></strong></td>
-<td><code>boolean</code></td>
-<td><code>-</code></td>
-<td>If <code>true</code>, display all settable properties for each
-goal.<br />
-<strong>Default value is</strong>: <code>false</code>.</td>
-</tr>
-<tr class="a"><td><strong><a href="#goal">goal</a></strong></td>
-<td><code>String</code></td>
-<td><code>-</code></td>
-<td>The name of the goal for which to show help. If unspecified, all
-goals will be displayed.<br />
-</td>
-</tr>
-<tr class="b"><td><strong><a href="#indentSize">indentSize</a></strong></td>
-<td><code>int</code></td>
-<td><code>-</code></td>
-<td>The number of spaces per indentation level, should be positive.<br />
-<strong>Default value is</strong>: <code>2</code>.</td>
-</tr>
-<tr class="a"><td><strong><a href="#lineLength">lineLength</a></strong></td>
-<td><code>int</code></td>
-<td><code>-</code></td>
-<td>The maximum length of a display line, should be positive.<br />
-<strong>Default value is</strong>: <code>80</code>.</td>
-</tr>
-</table>
-</div>
-<div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
-<p><strong><a name="detail">detail</a>:</strong></p>
-<div>If <code>true</code>, display all settable properties for each
-goal.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
-<li><strong>Required</strong>: <code>No</code></li>
-<li><strong>Expression</strong>: <code>${detail}</code></li>
-<li><strong>Default</strong>: <code>false</code></li>
-</ul>
-<hr />
-<p><strong><a name="goal">goal</a>:</strong></p>
-<div>The name of the goal for which to show help. If unspecified, all
-goals will be displayed.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
-<li><strong>Required</strong>: <code>No</code></li>
-<li><strong>Expression</strong>: <code>${goal}</code></li>
-</ul>
-<hr />
-<p><strong><a name="indentSize">indentSize</a>:</strong></p>
-<div>The number of spaces per indentation level, should be positive.</div><ul><li><strong>Type</strong>: <code>int</code></li>
-<li><strong>Required</strong>: <code>No</code></li>
-<li><strong>Expression</strong>: <code>${indentSize}</code></li>
-<li><strong>Default</strong>: <code>2</code></li>
-</ul>
-<hr />
-<p><strong><a name="lineLength">lineLength</a>:</strong></p>
-<div>The maximum length of a display line, should be positive.</div><ul><li><strong>Type</strong>: <code>int</code></li>
-<li><strong>Required</strong>: <code>No</code></li>
-<li><strong>Expression</strong>: <code>${lineLength}</code></li>
-<li><strong>Default</strong>: <code>80</code></li>
-</ul>
-</div>
-</div>
+to display parameter details.</div>
+      <p><b>Attributes</b>:</p>
+      <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
+        <table class="bodyTable" border="0" align="left">
+          <tr class="a">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Since</th>
+            <th>Description</th>
+          </tr>
+          <tr class="b">
+            <td><b><a href="#detail">detail</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
+            <td>If <tt>true</tt>, display all settable properties for each
+goal.<br /><b>Default value is</b>: <tt>false</tt>.</td>
+          </tr>
+          <tr class="a">
+            <td><b><a href="#goal">goal</a></b></td>
+            <td><tt>String</tt></td>
+            <td><tt>-</tt></td>
+            <td>The name of the goal for which to show help. If unspecified, all
+goals will be displayed.<br /></td>
+          </tr>
+          <tr class="b">
+            <td><b><a href="#indentSize">indentSize</a></b></td>
+            <td><tt>int</tt></td>
+            <td><tt>-</tt></td>
+            <td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <tt>2</tt>.</td>
+          </tr>
+          <tr class="a">
+            <td><b><a href="#lineLength">lineLength</a></b></td>
+            <td><tt>int</tt></td>
+            <td><tt>-</tt></td>
+            <td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <tt>80</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      <div class="section"><h3>Parameter Details<a name="Parameter_Details"></a></h3>
+        <p><b><a name="detail">detail</a>:</b></p>
+        <div>If <tt>true</tt>, display all settable properties for each
+goal.</div>
+        <ul>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>Expression</b>: <tt>${detail}</tt></li>
+          <li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr /><p><b><a name="goal">goal</a>:</b></p>
+        <div>The name of the goal for which to show help. If unspecified, all
+goals will be displayed.</div>
+        <ul>
+          <li><b>Type</b>: <tt>java.lang.String</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>Expression</b>: <tt>${goal}</tt></li>
+        </ul><hr /><p><b><a name="indentSize">indentSize</a>:</b></p>
+        <div>The number of spaces per indentation level, should be positive.</div>
+        <ul>
+          <li><b>Type</b>: <tt>int</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>Expression</b>: <tt>${indentSize}</tt></li>
+          <li><b>Default</b>: <tt>2</tt></li>
+        </ul><hr /><p><b><a name="lineLength">lineLength</a>:</b></p>
+        <div>The maximum length of a display line, should be positive.</div>
+        <ul>
+          <li><b>Type</b>: <tt>int</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>Expression</b>: <tt>${lineLength}</tt></li>
+          <li><b>Default</b>: <tt>80</tt></li>
+        </ul>
+      </div>
+    </div>
+  
 
       </div>
     </div>