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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to