You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2010/12/21 15:11:50 UTC

[ANN] Maven Project Info Reports Plugin 2.3.1 Released

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

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.1</version>
</plugin>

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

** Bug
    * [MPIR-201] - The project info module report produces incorrect links
    * [MPIR-209] - Wrong links in modules overview page if module
artifactId does not match directory structure
    * [MPIR-210] - Project Summary Download link points to
distributionManagement (upload) url
    * [MPIR-211] - NPE with custom text bundle
    * [MPIR-212] - src/main/java does not exist for non-jar project

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org