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: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org