maven-plugins/faq/xdocs/properties.xml

31 lines
831 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.file</td>
<td>Yes (default=xdoc/faq.fml)</td>
<td>
Specifies the source FAQ document in XML format to be used to generate the FAQ
</td>
</tr>
<tr>
<td>maven.faq.dest.file</td>
<td>Yes (default=target/generated-xdocs/faq.xml)</td>
<td>
Specifies the destination of the generated FAQ document
</td>
</tr>
</table>
</section>
</body>
</document>