Re: maven-jar-plugin(?): customized classpath

2007-01-12 Thread Wayne Fay
I had to do this a while back so it might have changed in a more recent build, but when I had something like this, I just had to specify my own complete MANIFEST.MF file and tell Maven to use it instead of generating one. You either took the Maven-generated Manifest or built your own entirely (at

maven-jar-plugin(?): customized classpath

2007-01-12 Thread Ján Ďurovec
Hi! I would like to create a project with the following structure of the final build +- conf/ | +- +- lib/ | +- dep1.jar, dep2.jar +- myAp.jar I would like myApp to be able to access the configuration files, which can be manually achieved by putting "Class-Path: conf/ lib/dep1.jar l