On 2 Aug 2011, at 15:15, Matt Madhavan wrote: > Hello, > In PAX generated projects, when I do mvn pax:install the maven-pax-plugin > automatically creates a META-INF/manifest.mf in the bundle root! Often times > eclipse marks this in error (for whatever reason even though all the imported > packages are available). So pretty much all my bundle projects are marked as > error in eclipse and this is ugly! > > The new folks I'm training/introducing OSGi/PAX think something is wrong with > the project or OSGi is problamatic etc. > > I would rather have the maven-pax-plugin not generate the > META-INF/manifest.mf at all and rather use the maven-felix-plugin to generate > (I think this should be the right plugin to do this job anyway!)
the manifest is generated by the maven-bundle-plugin from Felix - all the pax plugin does it move it to where Eclipse PDE expects it (and fix any relative references) > Any ideas on how to prevent MavenPaxPlugin from generating > META-INF/manifest.mf? > > Thanks in advance! > > Matt > _______________________________________________ > general mailing list > general@lists.ops4j.org > http://lists.ops4j.org/mailman/listinfo/general _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general