what's the right way to recombine several jars?

2007-05-07 Thread Peter Kahn

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
[EMAIL PROTECTED]
[EMAIL PROTECTED], [EMAIL PROTECTED]
http://kahnstipation.blogspot.com | http://analogoustendencies.blogspot.com/
Awareness - Intention - Action


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

2007-05-07 Thread Wayne Fay

maven-dependency-plugin
and / or
maven-assembly-plugin

Both are well documented on the Maven site.

Wayne

On 5/7/07, Peter Kahn [EMAIL PROTECTED] 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
[EMAIL PROTECTED]
[EMAIL PROTECTED], [EMAIL PROTECTED]
http://kahnstipation.blogspot.com | http://analogoustendencies.blogspot.com/
Awareness - Intention - Action



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