| Property | Optional? | Description |
|---|---|---|
| maven.faq.src | Yes | Specifies the source directory for FAQ documents in XML format. Defaults to the value of maven.docs.src (which is ${basedir}/xdocs). |
| maven.faq.dest | Yes | Specifies the destination of the generated FAQ documents. Defaults to the value of maven.gen.docs (which is ${maven.build.dir}/generated-xdocs). |
| maven.faq.toplinks | Yes |
Specifies whether links to the top of the page should be
generated after each answer.
Defaults to true.
|