Fix Maven-961

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-11-09 15:05:18 +00:00
parent f7e181fdc4
commit e53d41e067
2 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="update">
Fix MAVEN-961. Bad docs entries for maven.docs.dest and maven.gen.docs.
</action>
<action dev="dion" type="update">
Fix MAVEN-964. Add details on date format.
</action>

View File

@@ -337,7 +337,7 @@
<td>
Specifies the location of the transformed xdocs. This is
used by the "xdoc" goal.
The default value is <code>${basedir}/docs</code>.
The default value is <code>${maven.build.dir}/docs</code>.
</td>
</tr>
<tr>
@@ -356,7 +356,7 @@
Specifies the location where Maven-generated xdocs are
stored. The generated xdocs are then later transformed to
HTML. The default value is
<code>${basedir}/generated-xdocs</code>.
<code>${maven.build.dir}/generated-xdocs</code>.
</td>
</tr>
</table>