diff --git a/faq/xdocs/properties.xml b/faq/xdocs/properties.xml index a0850dc7..91bda7f2 100644 --- a/faq/xdocs/properties.xml +++ b/faq/xdocs/properties.xml @@ -11,17 +11,17 @@
| Property | Optional? | Description | ||
|---|---|---|---|---|
| maven.faq.src.file | -Yes (default=xdoc/faq.fml) | +maven.faq.src | +Yes (default=${basedir}/xdocs) | - Specifies the source FAQ document in XML format to be used to generate the FAQ + Specifies the source directory for FAQ documents in XML format. |
| maven.faq.dest.file | -Yes (default=target/generated-xdocs/faq.xml) | +maven.faq.dest | +Yes (default=target/generated-xdocs) | - Specifies the destination of the generated FAQ document + Specifies the destination of the generated FAQ documents. |