------ Maven 2 Project Info Report Plugin ------ Johnny R. Ruiz III ------ September 20, 2005 How to Use This plugin consists of several reports that you can run selectively, individually or even run all of them. Please see below for instructions on how to configure your pom.xml to do this. *Run All Reports To include all Project Info Reports in your project, you must configure your pom.xml. Use "mvn site:site" to generate the configured reports. ------------------- ... ... org.apache.maven.plugins maven-project-info-reports-plugin ... ... ------------------- *Run Selective Reports To run the reports selectively, you can configure it to include only the reports that you prefer. Use "mvn site:site" to generate the selected reports. ------------------- ... ... org.apache.maven.plugins maven-project-info-reports-plugin dependencies project-team mailing-list cim issue-tracking license scm ... ... ------------------- *Run Individual Report How to run the reports directly without configuring anything from the pom.xml? *---------------------------------+----------------------------------------------+ |<> | <> | | | | *---------------------------------+----------------------------------------------+ |Dependencies Report | mvn project-info-reports:dependencies | *---------------------------------+----------------------------------------------+ |Mailing Lists | mvn project-info-reports:mailing-list | *---------------------------------+----------------------------------------------+ |Continous Integration | mvn project-info-reports:cim | *---------------------------------+----------------------------------------------+ |Source Repository | mvn project-info-reports:scm | *---------------------------------+----------------------------------------------+ |Issue Tracking | mvn project-info-reports:issue-tracking | *---------------------------------+----------------------------------------------+ |Project Team | mvn project-info-reports:project-team | *---------------------------------+----------------------------------------------+ |License | mvn project-info-reports:license | *---------------------------------+----------------------------------------------+ For full documentation, click {{{index.html}here}}.