Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/faq/plugin.jelly,v retrieving revision 1.12 diff -u -r1.12 plugin.jelly --- plugin.jelly 24 Nov 2003 19:38:46 -0000 1.12 +++ plugin.jelly 9 Dec 2003 00:10:12 -0000 @@ -69,14 +69,16 @@ - + - <x:expr select="$root/title"/> + -
+ + +

@@ -92,7 +94,7 @@ -

+ Index: xdocs/index.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/faq/xdocs/index.xml,v retrieving revision 1.2 diff -u -r1.2 index.xml --- xdocs/index.xml 7 Mar 2003 08:34:23 -0000 1.2 +++ xdocs/index.xml 9 Dec 2003 00:10:12 -0000 @@ -9,13 +9,13 @@

- This plugin generates xdoc documentation from an XML FAQ document. + This plugin generates xdoc documentation from XML FAQ documents. 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 + The plugin uses the xdocs directory by default + to generate the FAQ files. There is an example of the XML format here.

@@ -26,9 +26,21 @@ To enable FAQ generation add the following to your maven.xml

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

+ You can also add the faq generation to your project.xml likt this : +

+ + + maven-faq-plugin + + ]]>