Author: ltheussl
Date: Thu Jan 12 00:27:06 2006
New Revision: 368313
URL: http://svn.apache.org/viewcvs?rev=368313&view=rev
Log:
Fix documentation bug
Modified:
maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml
Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml?rev=368313&r1=368312&r2=368313&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml Thu Jan 12
00:27:06 2006
@@ -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