One more question: I tried using <_snapshot>....</_snapshot> from the bnd doc, as an alternative to automate release versus snapshot, but it didn't work. Is that version of bnd not in the plugin yet?
On Mon, Aug 29, 2011 at 12:43 PM, Benson Margulies <[email protected]> wrote: > I got the following by attempting to map this into the maven plugin. > > 1.0.0.orgapachemavenmodelBuild43ce663c > > Is this right? It's not quite what I expected. > > I used: > > <build>\${tstamp}</build> > <!-- hmm, has to be updated for releases --> > <Bundle-Version>1.0.0.\${build}</Bundle-Version> > > On Mon, Aug 29, 2011 at 8:50 AM, Marcel Offermans > <[email protected]> wrote: >> On 29 Aug 2011, at 14:43 , Benson Margulies wrote: >> >>> The eclipse ecosystem seems to like to use 'qualifier' as a qualifier >>> to spit out a unique number. Can I do that in the plugin by explicitly >>> specifying 'qualifier' in the instructions? >> >> The Bnd instructions for this are: >> >> build = ${tstamp} >> Bundle-Version: 1.0.0.${build} >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

