You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mark Hobson <ma...@apache.org> on 2009/11/07 13:58:12 UTC

[ANN] Maven Runtime 1.0-alpha-2 Released

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

Maven Runtime allows introspection of Maven project metadata at runtime.

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

You should specify the dependency in your project's POM:

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

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

- Added support for introspecting URLs to MavenRuntime
- Added url to parsing exception messages

Enjoy,

-The Maven team

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