If I have an JAR within an EAR that needs to reference libraries via the ClassPath manifest entry, how can I use <addClassPath> but have Maven prefix each entry iwth a /lib (my defaultBundleDir)?
So I have: my.ear: my.jar --> ClassPath entries that need to be ClassPath: lib/mylib.jar lib/mylib1.jar etc. lib/mylib.jar lib/mylib1.jar Is there a way to do this? If not, this reeks! :D! Any feedback would be much appreciated, -aps -- "What lies behind us and what lies in front of us is of little concern to what lies within us." -Ralph Waldo Emerson
