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

This shared component allows introspection of Maven project metadata at runtime.

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

You can run mvn -up to get the latest version of the component, or specify
the version in your project's dependency configuration:

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

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

* First release

Enjoy,

-The Maven team

Reply via email to