update docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-21 03:50:55 +00:00
parent dab533231d
commit b0cd6a828d
2 changed files with 9 additions and 3 deletions

View File

@ -7,6 +7,13 @@
<body>
<release version="1.0" date="in CVS">
<action dev="dion" type="update">
Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml
as the nav source for user supplied nav templates
</action>
<action dev="dion" type="fix">
Bad j:set tags fixed
</action>
<action dev="rafal" type="update">
Made aggregation directory configurable, use artifactId instead of
name for creating site directories / URLs.
@ -27,4 +34,3 @@
</release>
</body>
</document>

View File

@ -91,8 +91,8 @@
<a href="properties.html">maven.multiproject.navigation</a> property.
</p>
<p>
If a navigation.xml is found in <code>${basedir}/multiproject/navigation.xml</code>, it will
take precedence over the multiproject navigation.
If a navigation.xml is found in <code>${maven.docs.src}/navigation.xml</code>, it will
take precedence over the generated multiproject navigation.
</p>
</description>
</goal>