You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jens Zastrow <je...@dai-labor.de> on 2006/02/28 16:10:56 UTC

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How to create a distribution from a pom-pom

Posted by Mick Knutson <mi...@hotmail.com>.
assembly plugin

--------------------------------------------------------------------------------
Thanks
Mick Knutson

http://www.BASELogic.com
http://www.MickKnutson.com

MSN Messenger: mickknutson@hotmail.com

--------------------------------------------------------------------------------

----- Original Message ----- 
From: "Jens Zastrow" <je...@dai-labor.de>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Tuesday, February 28, 2006 7:10 AM
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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


RE: How to create a distribution from a pom-pom

Posted by Bill Yang <by...@parlaygroup.com>.
dependency-maven-plugin seems work better.
http://mojo.codehaus.org/dependency-maven-plugin/

Bill


-----Original Message-----
From: Du,Guo [mailto:engineer@duguo.com]
Sent: Tuesday, February 28, 2006 10:18 AM
To: Maven Users List
Subject: Re: How to create a distribution from a pom-pom


You may use assembly plugin to achive this. There already has such a 
question before.
http://maven.apache.org/plugins/maven-assembly-plugin/




Kind regards,

Du, Guo

----- Original Message ----- 
From: "Jens Zastrow" <je...@dai-labor.de>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Tuesday, February 28, 2006 3:10 PM
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





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





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


Re: How to create a distribution from a pom-pom

Posted by "Du,Guo" <en...@duguo.com>.
You may use assembly plugin to achive this. There already has such a 
question before.
http://maven.apache.org/plugins/maven-assembly-plugin/




Kind regards,

Du, Guo

----- Original Message ----- 
From: "Jens Zastrow" <je...@dai-labor.de>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Tuesday, February 28, 2006 3:10 PM
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





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