Look at the assembly plugin.
That went a long way towards what I really wanted. The only catch is that by using the default descriptor "jar-with-dependencies" the MANIFEST.MF that I used to have (as generated by the maven-jar-plugin plugin) vanished. I mean, it does not get packed in the jar and I cannot run it like:

java -jar someFile-jar-with-dependencies.jar

Wich is precisely what I want. Do you know how I can solve that problem?

But nonetheless I think I'm on the way.

Thanks again,
Luiz Eduardo

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

Reply via email to