In fact I've already have a pom that describes the dependencies, as they
are shared by many modules. Using <artifactItems> on this pom with
unpack-dependencies will help me, except that I don't want the
transitive dependencies from the pom dependencies to be copied... Can I
use some sorts of <exclusions> tags with <artifactItem> ?

Thanks for your help,

Sebastien 

-----Original Message-----
From: Dan Tran [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006 7:18 PM
To: Maven Users List
Subject: Re: dependency plugin

The main purpose of <artifactItems> is so that we dont need to use
dependencies elements.

perhaps, you need
http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependenc
ies-mojo.html

-D



On 11/8/06, Sebastien Brunot <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> is it possible to parameterize the dependency plugin unpack goal so 
> that it uses a pom <dependencies> section as input instead of an 
> <artifactItems> list ?
>
> Thanks for your help,
>
> Sebastien
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to