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 2011/08/15 13:38:36 UTC

[ANN] Apache Parent POM 10 Released

The Maven team is pleased to announce the release of the Apache Parent POM, 
version 10.

This POM contains settings that are likely to be useful to any Apache project 
that is building and releasing code with Maven 2/3.

http://maven.apache.org/pom/asf/

You should specify the version in your project's parent configuration:

<parent>
  <groupId>org.apache</groupId>
  <artifactId>apache</artifactId>
  <version>10</version>
</parent>


Release Notes - Maven POMs - Version ASF-10

** Improvement
    * [MPOM-7] - Apache Parent Pom should be properly documented

** Wish
    * [MPOM-16] - move modello and plexus plugins from ASF-wide parent pom to 
Maven parent
    * [MPOM-23] - move maven-site-plugin configuration for Maven 3 from maven-
parent to asf-parent

Enjoy,

-The Maven team

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