The Apache Felix team is pleased to announce the release of maven-bundle-plugin 2.3.7
This is a plugin for building OSGi bundles in Maven by using the BND library from Peter Kriens http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.7/doc/site/index.html http://www.aqute.biz/Bnd/Bnd The 2.3.7 release is available from http://felix.apache.org/site/downloads.cgi and Maven central: <dependency> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.7</version> </dependency> Release Notes: ** Bug * [FELIX-3347] - Upper-case environment variables end up in final manifest * [FELIX-3310] - [patch] maven-bundle-plugin build fails with maven3 (manageArtifactSystemPath is missing) * [FELIX-3254] - manifest goal generates wrong Export-Package when Embed-Dependency ** Improvement * [FELIX-3300] - Avoid warning about superfluous export-package instructions for empty directories ** Task * [FELIX-3299] - Fix instable tests in BundlePluginTest Enjoy! -The Apache Felix team