You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Mark Hobson <ma...@apache.org> on 2012/05/28 13:27:39 UTC

[ANN] Maven Runtime 1.0-alpha-3 Released

The Maven team is pleased to announce the release of the Maven Runtime, version 1.0-alpha-3

Maven Runtime allows introspection of Maven project metadata at runtime.  Basic artifact information or full Maven 
    project metadata can be obtained for all projects within a given class loader, optionally sorted into dependency 
    order, and also for a given class within a project.

http://maven.apache.org/shared/maven-runtime/

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-runtime</artifactId>
  <version>1.0-alpha-3</version>
</dependency>


Release Notes - Maven Runtime - Version 1.0-alpha-3

Bug
* [MSHARED-165] Mediate dependency versions for stricter Maven3 ProjectSorter

Improvement
* [MSHARED-227] Upgrade dependencies to Maven3


Enjoy,

-The Maven team