From 85160a84985e32dbd09f0fdf7f226fa61b238fe1 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 12 Jan 2006 00:06:09 +0000 Subject: [PATCH] PR: MPDASHBOARD-24 Incorrect links with multiproject independent navigation. Now using pom.url in this case. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368175 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/plugin.jelly | 6 ++++++ .../src/plugin-resources/templates/dashboard.jsl | 14 +++++++++++--- dashboard/xdocs/changes.xml | 1 + 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/dashboard/plugin.jelly b/dashboard/plugin.jelly index 8355fb73..cadc06d1 100644 --- a/dashboard/plugin.jelly +++ b/dashboard/plugin.jelly @@ -113,6 +113,9 @@ --> + + + @@ -126,6 +129,9 @@ ${reactorProject.name} ${reactorProject.artifactId} + + ${reactorProject.url} + + + + + + + + + + diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index b6cc4443..00e8bab3 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,7 @@ + Incorrect links with multiproject independent navigation. maven.dashboard.report.showempty property not honored. Cobertura aggregator don't support offline mode. From now the Cobertura aggregator works only with MAVEN 1.1. Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40).