Update docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-10-10 00:07:08 +00:00
parent b42642e635
commit 41581888ce

View File

@ -11,17 +11,17 @@
<table>
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
<tr>
<td>maven.faq.src.file</td>
<td>Yes (default=xdoc/faq.fml)</td>
<td>maven.faq.src</td>
<td>Yes (default=${basedir}/xdocs)</td>
<td>
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.
</td>
</tr>
<tr>
<td>maven.faq.dest.file</td>
<td>Yes (default=target/generated-xdocs/faq.xml)</td>
<td>maven.faq.dest</td>
<td>Yes (default=target/generated-xdocs)</td>
<td>
Specifies the destination of the generated FAQ document
Specifies the destination of the generated FAQ documents.
</td>
</tr>
</table>