According to the doc http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html , when you use the goal "manifest", this causes a manifest to be generated and written to
${project.build.outputDirectory}/META-INF/MANIFEST.MF.
But when I tried (version 2.0.1 of the plugin), I found it was written to
${basedir}/META-INF/MANIFEST.MF.
What did I do wrong? - or is the documentation or the implementation wrong?
-Marshall Schor

