The Maven team is pleased to announce the release of the Maven Project Info Reports Plugin, version 2.0.

http://maven.apache.org/plugins/maven-project-info-reports-plugin/

You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-project-info-reports-plugin</artifactId>
   <version>2.0</version>
</plugin>

Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12181&styleName=Text&projectId=11142&Create=Create

* [MPIR-2] - Dependencies report throws NullPointerException when a transitive dependency has system scope * [MPIR-18] - Dependency report shows dependencies with scope test as required for compilation
* [MPIR-21] - no <a href> generated for archive URL
* [MPIR-22] - Source Repository is confused by certain URLs
* [MPIR-29] - Invalid groupId in dependency pom fails dependencies report with an IAE
* [MPIR-33] - ScmReport doesn't accept non-artifactId URLs
* [MPIR-36] - Invalid project-info-report_ja.properties
* [MPIR-39] - logic error in dependency resolution
* [MPIR-40] - dependencies report no longer runs standalone
* [MPIR-45] - Some french translations are missing
* [MPIR-12] - Dutch (NL) translation for site and reports plugins
* [MPIR-19] - Site plugin doesn't handle pom.xml in maven 1 version.
* [MPIR-30] - The automatically generated documentation should identify the project's group id, artifact id, and maybe version * [MPIR-38] - sort Project Dependencies and Project Transitive Dependencies on groupId, then artifactId
* [MPIR-41] - rearrange report
* [MPIR-10] - Add Dependency Convergence (w/Ready for Release indicator) report.
* [MPIR-11] - improved dependency report






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to