On 1/29/07, adingfelder <[EMAIL PROTECTED]> wrote:
I am successfully creating a jar for my project, but now need to merge the contents of another jar into my jar. What is the best way to do this?
this is probably not the right place to ask such questions - you should probably go to use [email protected] (see http://maven.apache.org/mail-lists.html) But - use maven-assembly-plugin, this should work for you: http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies (you may need to use snapshot version of that plugin). Regards, Tomek
-- View this message in context: http://www.nabble.com/merging-jars-tf3138545.html#a8698537 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
--------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
