Changes dIon Gillard Remove maven-xdoc-plugin v1.9.2 requirement. Deprecated maven.faq.toplinks property. Use the toplink attribute in the fml file instead. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • commons-jelly-tags-xml v1.0 -> v1.1
  • dom4j v1.4-dev-8 -> v1.4
  • xercesImpl v 2.4.0 -> v2.6.2
  • xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
New goal faq:validate.
It requires at least maven-xdoc-plugin v1.9.2. Optional toplinks and layout fix. FAQ plugin does not produce valid XHTML 1.0 Transitional. Adding a "top" link beside each answer. Document .fml extension requirement Questions' font is same size or smaller than answers' one. The question is like a link because the anchor shouldn't enclose the question. Correctly pass through CDATA content Make sure maven.faq.src exists to avoid exceptions Only register/deregister the FAQ reports if there are .fmlfiles present in the project. Escape anchor tags and references so spaces can be used in id Only run when an xdocs directory exists. Fix MAVEN-973. xdocs source hardcoded. MAVEN-904 - allow for multiple fml files to be transformed. Added test project. MPFAQ-1 - FAQ plugin does not use FAQ title correctly MPFAQ-2 and MPFAQ-6 CDATA section is rendered incorrectly. Updated xdocs to reflect changes in 1.2 update to use maven.docs.*/maven.gen.docs