Maven Artifact Resolver (Shared Library) 1.0 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Artifact Resolver (Shared Library) 1.0 Released

by jdcasey :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

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