You could try to add <jar.bundle>true</jar.bundle> in the properties of
your dependencies.
Alex
Hi, guys, im using maven 2, but i have a little problem...
Im working with a java project, not web enabled, just a java
project, but i cant do that maven include the external libraries
that my project needs...i try with bundleDir, bundleFileName...
Here is the structure of my project..like you see, i have a
lib directory, with 2 .jar that i need to be delivered with
the jar generated by maven.
my_project
src
com
net
Service.java
conf
service.xml
Local libraries
usr
local
lib
commons.jar
connector.jar
But when i run
mvn package
Maven generate the my_project.jar but doesnt include the
lib directory...i want that maven include /usr/local/lib/commons.jar and
/usr/local/lib/connector.jar
Well, i hope some body help me...
Thanks
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
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]