Re: Packaging dependent jars within a jar project

2006-02-01 Thread Richard Allen
You could also try using the dependency-maven-plugin (http://mojo.codehaus.org/dependency-maven-plugin/) to copy or unpack your dependent JARs into your target folder before the package phase. For instance: build plugins plugin groupIdorg.codehaus.mojo/groupId

RE: Packaging dependent jars within a jar project

2006-02-01 Thread Dov Wasserman
Thanks, Richard, I'll definitely try this plugin out. -Original Message- From: Richard Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 2:16 PM To: Maven Users List Subject: Re: Packaging dependent jars within a jar project You could also try using the dependency

Packaging dependent jars within a jar project

2006-01-31 Thread Dov Wasserman
I have been trying to find a way to get Maven to produce a jar artifact that includes (some of) its dependent artifacts, without much luck. I have seen a few ways that promise this, but none panned out in the ways that we need. If anyone can suggest a way to do this, I'd be much obliged. I