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