I tested it and fixed a few things with the new features, so I'm good with
current state.  Fwiw, the Aries project is waiting for this release in
order to release a bunch of bundles for JDK8 compatibility (which Karaf is
waiting for too).
So if I can be of any help ...


2014-06-16 12:10 GMT+02:00 Stuart McCulloch <[email protected]>:

> Hi,
>
> There have been a number of fixes and features added to the
> maven-bundle-plugin, as well as a recent upgrade to bnd 2.3.0, so I was
> thinking of staging a release sometime this week.
>
> To test the latest snapshot, either build the plugin from source or add the
> following to your pom.xml and set the version in your maven-bundle-plugin
> declaration to 2.4.1-SNAPSHOT:
>
>     <pluginRepositories>
>         <pluginRepository>
>             <id>apache.snapshots</id>
>             <name>snapshot plugins</name>
>             <url>http://repository.apache.org/snapshots</url>
>             <releases>
>                 <enabled>false</enabled>
>             </releases>
>             <snapshots>
>                 <enabled>true</enabled>
>             </snapshots>
>         </pluginRepository>
>     </pluginRepositories>
>
> Let me know if you spot any regressions or bugs, or would like the release
> deferred to get in some additional fixes/features.
>
> --
> Cheers, Stuart
>

Reply via email to