Index: xdocs/properties.xml =================================================================== --- xdocs/properties.xml (revision 278595) +++ xdocs/properties.xml (working copy) @@ -44,6 +44,15 @@ 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. + + Index: src/plugin-resources/faq.jsl =================================================================== --- src/plugin-resources/faq.jsl (revision 278595) +++ src/plugin-resources/faq.jsl (working copy) @@ -80,10 +80,13 @@
+ + # - +
+
Index: plugin.properties =================================================================== --- plugin.properties (revision 278595) +++ plugin.properties (working copy) @@ -23,3 +23,6 @@ # Destination directory where output xdocs file are produced maven.faq.dest=${maven.gen.docs} + +# Whether to generate links to the top of the page +maven.faq.toplinks=true