But with assembly i can zip/copy/unpack only the deps of the pom but the
included modules (A,B,C) 
will not be included since the are not deps of the parent pom?.
My solution until now is to create a sepereate module "release" which
deps (A,B,C) and uses the asssembly.
IMHO this should not be nessesary.

Jens


-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 01, 2006 4:58 AM
To: Maven Users List
Subject: RE: How to create a distribution from a pom-pom

You can use assembly if you want to zip/copy/unpack them. Dependency
(http://mojo.codehaus.org) can copy or unpack them. 

-----Original Message-----
From: Jens Zastrow [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 28, 2006 10:11 AM
To: Maven Users List
Subject: How to create a distribution from a pom-pom

I have a Multimodule build.

Parent <pom>
   A <jar>
   B <jar>
   C <jar>

Is there a plugin out there to copy the A,B,C jars + their deps into to
directory/zip?

Thanks
Jens Zastrow

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



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



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

Reply via email to