You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by John Casey <jd...@apache.org> on 2009/09/22 21:52:28 UTC

[ANN] Maven Artifact Resolver (Shared Library) 1.0 Released

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org