From a97f6b8a95a923f3edd36ec7603cc4040d369b71 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 12 Jan 2006 08:27:06 +0000 Subject: [PATCH] Fix documentation bug git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368313 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/xdocs/properties.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multiproject/xdocs/properties.xml b/multiproject/xdocs/properties.xml index 60ee2f00..cf0403cf 100644 --- a/multiproject/xdocs/properties.xml +++ b/multiproject/xdocs/properties.xml @@ -117,9 +117,9 @@

If the property is set to aggregate a navigation menu is generated with each - project's name linking to /${maven.multiproject.aggregateDir}${project.name}/index.html. + project's name linking to /${maven.multiproject.aggregateDir}${project.artifactId}/index.html. At the completion of the multiproject:site goal, each project's generated site is copied into - the appropriate directory. e.g. if WebProject1 and JarProject2 are the names of projects + the appropriate directory. e.g. if WebProject1 and JarProject2 are the artifactId's of projects processed via multiproject:site, the project that is executing multiproject:site will have the generated sites from WebProject1/target/docs and JarProject2/target/docs copied into