You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2013/05/16 19:59:04 UTC

[ANN] Maven Project Info Reports Plugin version 2.7 Released

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

The Maven Project Info Reports 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.7</version>
</plugin>

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

** Bug
    * [MPIR-229] - The 'modules' report does not support 'url' elements using 
properties.
    * [MPIR-257] - English localization properties misplaced (i18n)
    * [MPIR-261] - Wrong URL for some CI home pages in resource bundles
    * [MPIR-264] - JDK Rev not determined when Maven 2 is building the site
    * [MPIR-266] - Subsequent runs of the dependencies report should always 
produce the same output if the input hasn't changed
    * [MPIR-272] - add support for Maven 3.1-A1/Eclipse Aether 0.9-M2 to 
dependencies report
    * [MPIR-275] - NPE in DependenciesReport

** Improvement
    * [MPIR-182] - Make order of reports shown in "Project Reports" configurable
    * [MPIR-232] - when packaging is pom, index report (About) should contain 
modules report content
    * [MPIR-258] - Missing english localization property for dependency-info (i18n)
    * [MPIR-259] - Add french localization for dependency-info
    * [MPIR-262] - Add support for 'report.cim.bamboo.intro' resource property
    * [MPIR-271] - GIT support in project-info-reports:scm
    * [MPIR-274] - Added translations and corrections to spanish resource boundle

** Task
    * [MPIR-276] - Upgrade to Doxia 1.4

Enjoy,

-The Apache Maven team