Hi folks,
I've just deployed the first 1.5.0-SNAPSHOT of the maven-bundle-plugin
that includes the latest Bnd tool (0.0.295) plus a few minor patches - the
new plugin now requires Java 5 or above to run, so if this is a problem for
anyone please let me know :)
to test it, either compile from source or use the apache snapshot repo:
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<name>snapshot plugins</name>
<url>
http://people.apache.org/repo/m2-snapshot-repository
</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Please report any regressions to http://issues.apache.org/jira/browse/FELIX
--
Cheers, Stuart