I am working on a little prove of concept for an OSGi build. (I know all the other plugins, Tycho is Maven 3 and therefore not usable in our environment and we want to avoid the meta information duplication other tools cause) I got a plugin, I am accessing the context classloader. I created my realm in classworld and added my jars to this new realm. How can I now make maven use this classloader in the build process (I configured the plugin to run in the compile step)?
thx Jochen
