From 8fa698d01d310f5a66170d6b50fff60e11e89913 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 12 Jan 2006 21:06:26 +0000 Subject: [PATCH] Shorter labels, better description for jira aggregators git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368467 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/plugin.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/plugin.properties b/dashboard/plugin.properties index e55f9668..bc57c15e 100644 --- a/dashboard/plugin.properties +++ b/dashboard/plugin.properties @@ -337,15 +337,15 @@ maven.dashboard.aggregator.javancssjavadocstotal.report = javancss-report.html # Properties for the Jira open issues aggregator maven.dashboard.aggregator.jiraopen.script = ${maven.dashboard.aggregators.dir}/jiraopen.jelly maven.dashboard.aggregator.jiraopen.artifact = ${maven.build.dir}/jira/jira-results.xml -maven.dashboard.aggregator.jiraopen.label = JIRA open issues +maven.dashboard.aggregator.jiraopen.label = JIRA OI maven.dashboard.aggregator.jiraopen.goal = maven-jira-plugin:report -maven.dashboard.aggregator.jiraopen.description = Number of open issues in JIRA +maven.dashboard.aggregator.jiraopen.description = Total number of open issues in JIRA maven.dashboard.aggregator.jiraopen.report = jira.html # Properties for the Jira open scheduled issues aggregator maven.dashboard.aggregator.jirascheduled.script = ${maven.dashboard.aggregators.dir}/jirascheduled.jelly maven.dashboard.aggregator.jirascheduled.artifact = ${maven.build.dir}/jira/jira-roadmap.xml -maven.dashboard.aggregator.jirascheduled.label = JIRA open scheduled issues +maven.dashboard.aggregator.jirascheduled.label = JIRA OSI maven.dashboard.aggregator.jirascheduled.goal = maven-jira-plugin:report maven.dashboard.aggregator.jirascheduled.description = Number of open issues in JIRA that are scheduled for the next release maven.dashboard.aggregator.jirascheduled.report = jira-roadmap.html