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

The Maven Project Info Reports Plugin is a plugin that generates standard 
reports  for the specified 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.5</version>
</plugin>


Release Notes - Maven Project Info Reports Plugin - Version 2.5

Bug
* [MPIR-245] blacklisted column in dependencies location is rendered without 
header
* [MPIR-244] With Maven 3, "Dependency Repository Locations" in dependencies 
report shows my local repository manager id and url instead of public 
repository info
* [MPIR-237] Unexpected download
* [MPIR-228] HTML code detection in license content too precise: doesn't 
detect EPL at http://www.eclipse.org/legal/epl-v10.html is HTML

Improvement
* [MPIR-236] Create a new report to show how to include the module in different 
build systems

New Feature
* [MPIR-227] add an index listing all licenses at page start

Task
* [MPIR-246] use maven-plugin-tools' java 5 annotations


Enjoy,

-The Maven team

Reply via email to