The Maven team is pleased to announce the release of the Maven Artifact
Resolver, version 1.0

This is a shared library that aims to simplify as much as possible the
task of resolving dependency artifacts for one or more projects
(MavenProject instances) all at once.

http://maven.apache.org/shared/maven-artifact-resolver/

To use the resolver library, add the following to your POM's
dependencies section:

<dependency>
 <groupId>org.apache.maven.shared</groupId>
 <artifactId>maven-artifact-resolver</artifactId>
 <version>1.0</version>
</dependency>


Release Notes - Maven Shared Components - Version
maven-artifact-resolver-1.0


** Improvement
    * [MSHARED-127] - Consider all projects in the reactor AND projects
in the specified collection when dealing with
MultipleArtifactsNotFoundException

** New Feature
    * [MSHARED-126] - Create shared api to resolve project dependencies



Enjoy,

-The Maven team



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to