On Tuesday 12 July 2005 20:47, Miks Rozenbergs wrote: > So the question is how to call Maven from Eclipse providing Maven plug-in > (which we are about to develop) with access to Eclipse Workspace and > Eclipse plug-in classes? Is there anything out there already? As far as I can tell, M2 is written for use embedded in other systems. OSGi would be one of them. I guess you should look at the Embedder class, and possibly at the Continuum project in order to get more hints.
I'm not sure if it is easy to modify the plexus container (using the Avalon framework as the container contract) in order to plug in OSGi bundles providing bundles as components into the Plexus Service Manager, looking up through OSGi when it can't find required services for a component. That would possibly allow to mix OSGi bundles with Avalon components, providing "native" plugging into OSGi and Eclipse. Probably JVZ can give more info on that? /peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
