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

This plugin is used to generate reports information about the project.

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

You should 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.3</version>
</plugin>


Release Notes - Maven 2.x Project Info Reports Plugin - Version 2.3


** Bug
    * [MPIR-128] - Add a link to a repository location in Project Summary
    * [MPIR-158] - Artifact ###### has no file error.
    * [MPIR-180] - Repositories which require authentication get blacklisted
    * [MPIR-198] - introduction does not allow HTML markup
    * [MPIR-199] - ProjectInfoReportUtils.java : Avoid using blocking
call [ url.openStream() ] while opening stream from an URL

** Improvement
    * [MPIR-171] - support "TimeZones" as a timezone
    * [MPIR-194] - [WARNING] Deprecated API called
    * [MPIR-202] - Typo
    * [MPIR-204] - License report should not try to include pdf
content as plain text
    * [MPIR-206] - Generalize configuration for text reports

** New Feature
    * [MPIR-80] - Add Java requirements to the Dependency Report
    * [MPIR-205] - Add the license information for each dependency
    * [MPIR-207] - Add a distribution management report

** Task
    * [MPIR-200] - update requirement to Maven 2.2 and Java 5

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to