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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user