Interesting,
Building under JDK7 builds fine, building under JDK8 trips up with that
ambiguous Base64 reference.
Mark
On 16 Jun 2014, at 22:14, Stuart McCulloch wrote:
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, and it
would
be great if people could perform some early smoke testing on the
current
snapshot before we stage the next release.
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!
--
Cheers, Stuart
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]