From 5ceabb7152f547631409a841bc21562ceae52c19 Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 28 Mar 2005 09:28:45 +0000 Subject: [PATCH] Fixed comment. It was using the wrong dashboard plugin goal. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@159227 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/plugin.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiproject/plugin.properties b/multiproject/plugin.properties index a89f40f7..bf9d794a 100644 --- a/multiproject/plugin.properties +++ b/multiproject/plugin.properties @@ -45,5 +45,5 @@ maven.multiproject.overviewPage.text= # Goal to run on each project when executing multiproject:site. This is # useful if you need to add additional goals to run. # For example, the dashboard plugin redefined this property to use -# "site,dashboard:single-report" instead of the default "site" goal. +# "site,dashboard:report-single" instead of the default "site" goal. maven.multiproject.site.goals=site