You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Peter Kahn <ci...@gmail.com> on 2007/05/07 17:15:20 UTC

what's the right way to recombine several jars?

Anyone know how I'd unpack a couple of jars and recombine them with my
source as an artifact?
  1. unpack foo.jar
  2. compile my code
  3. include foo/bar/... with my code as end.jar

-- 
Peter Kahn
citizenkahn@gmail.com
citizenkahn@jabber80.com, pkahnpie1@AIM
http://kahnstipation.blogspot.com | http://analogoustendencies.blogspot.com/
Awareness - Intention - Action

Re: what's the right way to recombine several jars?

Posted by Wayne Fay <wa...@gmail.com>.
maven-dependency-plugin
and / or
maven-assembly-plugin

Both are well documented on the Maven site.

Wayne

On 5/7/07, Peter Kahn <ci...@gmail.com> wrote:
> Anyone know how I'd unpack a couple of jars and recombine them with my
> source as an artifact?
>   1. unpack foo.jar
>   2. compile my code
>   3. include foo/bar/... with my code as end.jar
>
> --
> Peter Kahn
> citizenkahn@gmail.com
> citizenkahn@jabber80.com, pkahnpie1@AIM
> http://kahnstipation.blogspot.com | http://analogoustendencies.blogspot.com/
> Awareness - Intention - Action
>

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