On Thu, Oct 23, 2008 at 5:52 AM, Gul Onural <[EMAIL PROTECTED]> wrote:
> Based on my googling, I understand that there is a maven-osgi plugin which > our current loadbuild doesn't use this plugin. Look out for the maven-bundle-plugin, which is the successor of the maven-osgi-plugin. You find it at the Apache Felix project. > Now, here is my basic fundamental question : > > - Is it possible to use standard maven2 (without the maven-osgi plugin) to > generate osgi bundles, given that we will hand-write the > > MANIFEST.MF files, rather than using maven-osgi plugin to generate them ? Is > there any cases people can think of where this approach Yes, but you will probably regret it in the long-run. At least use the BND tool to analyze the package usages. Also, if you want a "fuller" environment for OSGi development with Maven, check out Pax Construct. Cheers Niclas _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
