Fix documentation bug

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-01-12 08:27:06 +00:00
parent 9c34bde363
commit a97f6b8a95

View File

@@ -117,9 +117,9 @@
</p>
<p>
If the property is set to <code>aggregate</code> a navigation menu is generated with each
project's name linking to <code>/${maven.multiproject.aggregateDir}${project.name}/index.html</code>.
project's name linking to <code>/${maven.multiproject.aggregateDir}${project.artifactId}/index.html</code>.
At the completion of the <a href="goals.html">multiproject:site</a> 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 <code>multiproject:site</code>, the project that is executing
<code>multiproject:site</code> will have the generated sites from
<code>WebProject1/target/docs</code> and <code>JarProject2/target/docs</code> copied into