maven-plugins/faq/xdocs/properties.xml
dion 41581888ce Update docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114182 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 00:07:08 +00:00

31 lines
804 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>FAQ Properties</title>
<author email="jstrachan@apache.org">James Strachan</author>
</properties>
<body>
<section name="FAQ Settings">
<table>
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
<tr>
<td>maven.faq.src</td>
<td>Yes (default=${basedir}/xdocs)</td>
<td>
Specifies the source directory for FAQ documents in XML format.
</td>
</tr>
<tr>
<td>maven.faq.dest</td>
<td>Yes (default=target/generated-xdocs)</td>
<td>
Specifies the destination of the generated FAQ documents.
</td>
</tr>
</table>
</section>
</body>
</document>