On 5/4/2010 9:47 PM, Marshall Schor wrote: > 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? >
I found what I did wrong - I had another <manifestLocation> element overriding - found it by running in maven debug mode. Sorry for the noise. -Marshall > -Marshall Schor > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

