Added new <code>maven.dashboard.report.showempty</code> property. If set to false, the HTML report table will not contain entries for projects for which no aggregator data was retrieved. Asked by dIon.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-11-24 20:31:38 +00:00
parent c7819a19fc
commit ad9c35364d
5 changed files with 85 additions and 13 deletions

View File

@@ -32,6 +32,10 @@ maven.dashboard.template = ${plugin.resources}/templates/dashboard.jsl
# (otherwise the reactor will be run again on your child projects).
maven.dashboard.runreactor = true
# If true, do not show projects for which gathered data is empty for all
# aggregators.
maven.dashboard.report.showempty = true
# Properties for gathering dashboard data for a single project
# ------------------------------------------------------------