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 2008/03/01 01:08:53 UTC

[ANN] Maven Repository Builder 1.0-alpha-2 Released

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


Re: [ANN] Maven Repository Builder 1.0-alpha-2 Released

Posted by Wendy Smoak <ws...@gmail.com>.
On Sun, Mar 2, 2008 at 6:22 AM, Wim Deblauwe <wi...@gmail.com> wrote:
> Is there a website of this plugin?
>  Can it be used to create a "backup" repository with all dependencies
>  (including plugins, etc...) to build?

This isn't a plugin, but a shared library.  I believe it's used by the
assembly plugin, which does have the ability to construct a
repository.

Is this what you're looking for?
http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-repositories.html

(The latest reference docs and reports for maven-repository-builder
itself will be here in an hour or so:
http://maven.apache.org/shared/maven-repository-builder/ )

-- 
Wendy

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


Re: [ANN] Maven Repository Builder 1.0-alpha-2 Released

Posted by Wim Deblauwe <wi...@gmail.com>.
Is there a website of this plugin?
Can it be used to create a "backup" repository with all dependencies
(including plugins, etc...) to build?

regards,

Wim

2008/3/1, John Casey <jd...@apache.org>:
>
> 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
>
>