You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2005/09/05 23:25:40 UTC

[ANN] Maven FAQ Plug-in 1.5 released

We are pleased to announce the Maven FAQ Plug-in 1.5 release! 

http://maven.apache.org/reference/plugins/faq/

Creates XDoc documentation from an FAQ XML document. 

Changes in this version include:

New Features:

o Optional toplinks and layout fix. Issue: MPFAQ-19. Thanks to Lukas 
Theussl. 
o Adding a "top" link beside each answer. Issue: MPFAQ-15. Thanks to Lukas 
Theussl. 

Fixed bugs:

o FAQ plugin does not produce valid XHTML 1.0 Transitional. Issue: MPFAQ-16. 

Thanks to Lukas Theussl. 
o Questions' font is same size or smaller than answers' one. Xdoc plugin 
&amp;lt; 
1.9.2 required. Issue: MPFAQ-11. Thanks to Lukas Theussl. 
o The question is like a link because the anchor shouldn't enclose the 
question. 

Changes:

o Document .fml extension requirement Issue: 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://cvs.apache.org/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 Plug-in development team