On 29/11/2007, Elvy <[EMAIL PROTECTED]> wrote: > > > With the 1.1.0-SNAPSHOT version, I'm starting to understand better how it > all > works since it actually gives me what I intended to build! :clap: > > Proper 1.1.0 release is sheduled for end of year, ain't it?
yep Another thing... > > Where can we find the listing of all the instructions accepted by the > maven-bundle-plugin? well, a number are listed on: http://felix.apache.org/site/maven-bundle-plugin-bnd.html but not in a single table... there is an ongoing JIRA issue to improve the plugin docs I know we can put: > - Manifest headers => OSGi specifications or Implementor specific > - BND directives => -xxx where "-" is replaced by "_" > http://www.aqute.biz/Code/Bnd#directives check here > - Variables => everything starting with a lower case used for property > substitution > > But what about <Embed-Transitive> or <Embed-StripGroup>? I suppose this is > neither OSGi r4 specification, nor Felix specific. If I'm not wrong about > this last statement, where can we find all the > maven-bundle-plugin specific > instructions? currently the only maven-bundle-specific instructions are the Embed ones (they're not in Bnd as they relate to the Maven dependency mechanism) Embed-Dependency Embed-Directory Embed-StripGroup Embed-StripVersion Embed-Transitive there are also two configuration items (ie. they don't go in the instructions) manifestLocation obrRepository which are also mentioned in the docs improving documentation is on my list, right after sorting the release out. thanks. > -- > View this message in context: > http://www.nabble.com/getting-started-with-maven-bundle-plugin-tf4888903.html#a14000827 > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

