You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/10/06 00:33:31 UTC

svn commit: r295134 - /maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml

Author: carlos
Date: Wed Oct  5 15:33:27 2005
New Revision: 295134

URL: http://svn.apache.org/viewcvs?rev=295134&view=rev
Log:
Added section about dashboard properties

Modified:
    maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml?rev=295134&r1=295133&r2=295134&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml Wed Oct  5 15:33:27 2005
@@ -40,6 +40,26 @@
         <li>maven-xdoc-plugin 1.10 (at least)</li>
       </ul>
     </section>
+    
+    <section name="Using the dashboard report">
+      <p>
+        To use older versions of the the dashboard plugin report with the latest version of this one
+        you need to change these properties:
+      </p>
+      <source>
+# Properties for the Checkstyle files aggregator
+maven.dashboard.aggregator.csfiles.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
+
+# Properties for the Checkstyle error/warning aggregator (all errors/warnings)
+maven.dashboard.aggregator.csall.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
+
+# Properties for the Checkstyle error aggregator (only errors)
+maven.dashboard.aggregator.cserrors.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
+
+# Properties for the Checkstyle warning aggregator (only warnings)
+maven.dashboard.aggregator.cswarnings.artifact = ${maven.build.dir}/checkstyle/checkstyle-raw-report.xml
+      </source>
+    </section>
  </body>
 
 </document>