git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113057 13f79535-47bb-0310-9956-ffa450edef68
31 lines
831 B
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>
|