Maven FAQ Plug-in James Strachan

This plugin generates xdoc documentation from an XML FAQ document. This automates the creation of an index of questions with hypertext links to the full question and answers.

The plugin uses by default a file called xdocs/faq.fml to generate the FAQ entry. There is an example of the XML format here.

The properties that allow you to customize the execution are documented here.

To enable FAQ generation add the following to your maven.xml

<preGoal name="xdoc:jelly-transform"> <attainGoal name="faq"/> </preGoal>