You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2005/10/24 22:42:55 UTC

[ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released

The Project Reporting plugin has been released. This release addresses 
the issue with running the standard reports under a non-English locale, 
and adds support for localised Japanese reports.

To obtain the latest release, include the <version> in your POM:
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-project-info-reports-plugin</artifactId>
   <version>2.0-beta-3</version>
</plugin>

If you have omitted the version, you can update to the latest release 
using the -U flag:

mvn -U site

- The Maven Plugins Team

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