a single jar with all the dependencies inside should be easy, just
include them as dependencies in your pom.xml

if these dependencies can not be found on the ibiblo site, then
install your own third party jar into your maven repository then you
are done.

if you want to just copy the jars in the same location, why not build
an ear that package them all in app-inf/lib (you can also override the
location of this directory as well)

hth
pauli

On 5/10/06, Andrea Aime <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to convert a project from ant to maven 2 and I'm finding
difficulties in the last part of the build, that is, preparing
distributable jars.

I can build the application jar, set the main class, have the dependent
jars included in the manifest, but, how in the world I can make maven
build either:
* a single jar with all the dependencies included inside (aka single
   double clickable jar)
* make maven at least copy the dependency jars in the same folder as
   the application jar?

Best regards
Andrea Aime


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



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

Reply via email to