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:
@@ -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
|
||||
# ------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user