The Maven team is pleased to announce the release of the Maven
Repository Builder shared library, version 1.0-alpha-2
This library is used primarily to assemble Maven repository directory
structures based on the dependencies of a project or set of projects,
and provides the implementation for the <repositories/> section of
the Maven Assembly Plugin assembly descriptor.
You can use the repository builder library in your own project by
adding the following dependency:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-repository-builder</artifactId>
<version>1.0-alpha-2</version>
</dependency>
Enjoy,
-The Maven team