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