We are pleased to announce the Maven FAQ Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/faq/ Creates XDoc documentation from an FAQ XML document. =============================================================================== Changes in this version include: New Features: o Optional toplinks and layout fix. Fixes MPFAQ-19. Thanks to Lukas Theussl. o Adding a "top" link beside each answer. Fixes MPFAQ-15. Thanks to Lukas Theussl. Fixed bugs: o FAQ plugin does not produce valid XHTML 1.0 Transitional. Fixes MPFAQ-16. Thanks to Lukas Theussl. o Questions' font is same size or smaller than answers' one. Fixes MPFAQ-11. Thanks to Lukas Theussl. o The question is like a link because the anchor shouldn't enclose the question. Changes: o It requires at least maven-xdoc-plugin v1.9.2. o Document .fml extension requirement Fixes MPFAQ-14. Thanks to florent ramiere. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-faq-plugin -Dversion=1.5 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-faq-plugin-1.5.jar Have fun! -The Maven FAQ Plugin development team