Hi Craig,
Can the maven-eclipse-plugin generate an eclipse plugin project that's intended to be an OSGi bundle? I'm trying to use the maven-bundle-plugin to generate OSGi bundles, but I, of course, want to do my development in eclipse. Any help for me?
yes, the maven-eclipse-plugin can generate eclipse files for PDE projects (effectively the same as OSGi bundle projects) - alternatively you can try the Pax-Construct tools, which bring together various maven plugins in a (hopefully!) consistent way for rapid OSGi development: http://wiki.ops4j.org/confluence/x/8Q disclaimer: this is one of my pet projects... -- Cheers, Stuart --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
