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).