+
| Goal | Description |
|---|---|
| faq | ++ The default goal. This goal generates an xdoc document + from an XML FAQ document. + | +
+ This plugin generates xdoc documentation from an XML FAQ document. +
++ The properties that allow you to customize the execution + are documented here. +
++ To enable FAQ generation add the following to your maven.xml +
+| Property | Optional? | Description |
|---|---|---|
| maven.faq.src.file | +Yes (default=xdoc/faq.fml) | ++ Specifies the source FAQ document in XML format to be used to generate the FAQ + | +
| maven.faq.dest.file | +Yes (default=target/generated-xdocs/faq.xml) | ++ Specifies the destination of the generated FAQ document + | +