From e53d41e067c881663a7a8e4c46f1f55ccc3ed2a0 Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 9 Nov 2003 15:05:18 +0000 Subject: [PATCH] Fix Maven-961 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114274 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/xdocs/changes.xml | 3 +++ xdoc/xdocs/properties.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 5e2cb45a..e54c62af 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Fix MAVEN-961. Bad docs entries for maven.docs.dest and maven.gen.docs. + Fix MAVEN-964. Add details on date format. diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml index ff37f294..565b2566 100644 --- a/xdoc/xdocs/properties.xml +++ b/xdoc/xdocs/properties.xml @@ -337,7 +337,7 @@ Specifies the location of the transformed xdocs. This is used by the "xdoc" goal. - The default value is ${basedir}/docs. + The default value is ${maven.build.dir}/docs. @@ -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 - ${basedir}/generated-xdocs. + ${maven.build.dir}/generated-xdocs.