Re: How to include dependant jars in my result jar: jar.bundle works?

2005-06-23 Thread Kanakambaran Nair
Is there any way in which we can selectively bundle dependent jars (other than writing jelly code)? The jar.bundle property seems to be for this but it does not work. Regards, Kanakambaran

How to include dependant jars in my result jar: jar.bundle works?

2005-06-21 Thread David Santiago Turiño
Hi, I'd like to be able to include some dependency jars in the jar produced by the maven jar goal for a given project. I've seen a few references about using a jar.bundletrue/jar.bundle entry in the properties of a dependency, but I don't get it working... Is there any way of doing this?

Re: How to include dependant jars in my result jar: jar.bundle works?

2005-06-21 Thread Edmund Urbani
David Santiago Turiño wrote: Hi, I'd like to be able to include some dependency jars in the jar produced by the maven jar goal for a given project. I've seen a few references about using a jar.bundletrue/jar.bundle entry in the properties of a dependency, but I don't get it working... Is

Re: How to include dependant jars in my result jar: jar.bundle works?

2005-06-21 Thread David Santiago Turiño
Thanks, Edmund. That plugin seems to do exactly what I'm trying to... although I thought there would be some native way of achieving it with the jar plugin... David Edmund Urbani escribió: David Santiago Turiño wrote: Hi, I'd like to be able to include some dependency jars in the jar

RE: How to include dependant jars in my result jar: jar.bundle works?

2005-06-21 Thread Gilles Devaux
: Re: How to include dependant jars in my result jar: jar.bundle works? Thanks, Edmund. That plugin seems to do exactly what I'm trying to... although I thought there would be some native way of achieving it with the jar plugin... David Edmund Urbani escribió: David Santiago Turiño wrote