From f3e0c3c088fc519f33b4afb0065cb352d9d72514 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 28 Oct 2003 00:05:19 +0000 Subject: [PATCH] Fix MAVEN-973 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114241 13f79535-47bb-0310-9956-ffa450edef68 --- faq/plugin.properties | 2 +- faq/xdocs/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/faq/plugin.properties b/faq/plugin.properties index 48a4e42d..c94ac701 100644 --- a/faq/plugin.properties +++ b/faq/plugin.properties @@ -1,5 +1,5 @@ # Where source *.fml files are looked for -maven.faq.src=${basedir}/xdocs +maven.faq.src=${maven.docs.src} # Destination directory where output xdocs file are produced maven.faq.dest=${maven.build.dir}/generated-xdocs diff --git a/faq/xdocs/changes.xml b/faq/xdocs/changes.xml index 40817786..78f52540 100644 --- a/faq/xdocs/changes.xml +++ b/faq/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Fix MAVEN-973. xdocs source hardcoded. + MAVEN-904 - allow for multiple fml files to be transformed. Added test project.