You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2014/11/15 18:37:08 UTC

[ANN] Maven Repository Builder 1.0 Released

The Maven team is pleased to announce the release of the Maven
Repository Builder shared library, version 1.0

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.

http://maven.apache.org/shared/maven-repository-builder/

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</version>
</dependency>

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org