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.bundle>true</jar.bundle> entry in the
> <properties> of a dependency, but I don't get it working...
>
> Is there any way of doing this? I'd like to obtain a single jar file
> with my classes along with the dependant jars specified in the
> <dependencies> section of the project.xml.
>
>
> TIA,
> David
>
have you looked at the uberjar plugin? i've found it quite useful for
some stand-alone apps that have some jar dependencies. i don't know
about the jar.bundle property - didn't need that for uberjar to work.

 Edmund

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

Reply via email to