Hi, is there any way how to add jar dependencies to generated .jar file with mvn install? Or how can I add normal Class-Path to MANIFEST.MF file? becouse with <addClasspath>true</addClasspath> it adds only name of dependency f.e.: commons-net-1.4.1.jar but I need c:\...\commons-net-1.4.1.jar.
Thanks for help Regards Martin
