Added section about dashboard properties

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@295134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2005-10-05 22:33:27 +00:00
parent 2c77b6f5b2
commit e7ad5447eb

View File

@ -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>