I'm still relatively new to Maven and Felix but I've been doing as much
reading and experimenting as I can.
I'm trying to write an application that has the following dependencies.
MyApp --> MyUtils
| |
| V
+------> xerces
I can successfully build and run MyApp if I include the xerces jar file
in both the MyApp and MyUtils bundles.
What I'd really like to do is use a separate xerces bundle that both
MyApp and MyUtils depend on.
I can't find an existing xerces bundle and pom file that works with both
Felix and Maven2. Does one exist? If not, is there a process that I
can follow to manually take the xerces jar file (or any third party
library) and create a Felix bundle and pom file that Maven can use when
building projects?
Tim Moloney