------ Maven 2 JXR Plugin ------ Fabrice Bellingard ------ September 30, 2005 Maven 2 JXR Plugin This plug-in produces a cross-reference of the project's sources. *Available Configuration Options You can refer to the {{{jxr-mojo.html}MOJO generated documentation}} to discover the different configuration options for this report. *How to Use In the pom.xml, insert this segment. ------------------- ... ... org.apache.maven.plugins maven-jxr-plugin ... ------------------- The report will be generated when executing the m2 site plugin. ------------------- mvn site:site -------------------