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:
parent
2c77b6f5b2
commit
e7ad5447eb
@ -40,6 +40,26 @@
|
|||||||
<li>maven-xdoc-plugin 1.10 (at least)</li>
|
<li>maven-xdoc-plugin 1.10 (at least)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</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>
|
</body>
|
||||||
|
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user