On 20/12/2007, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > We have a mixed bag of build systems here at commons. Until recently > we were pretty much maven1, with the odd ant/maven1 mixture. A few > components have m2 builds that have been used in anger and recently we > added m2 builds for all but 2 of the remaining components. However > there has been no commons-wide decision to make m2 the primary build > system and its quite likely that there will be future releases using > m1.
FYI, the maven-bundle-plugin uses Peter Kriens' BND tool to generate the OSGi headers - BND can also be used as a command-line tool, as well as an Ant task: http://aqute.biz/Code/Bnd ( the BND tool is also used by the 'maven-osgi' shared component ) -- Cheers, Stuart