[
https://issues.apache.org/jira/browse/OAK-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323908#comment-14323908
]
Felix Meschberger commented on OAK-2006:
----------------------------------------
bq. We probably want to wait for BND 2.4.0 until we move forward as with the
current version there is a bug , which causes quite some grief.
I had success overcoming this exception by explicitly declaring a different BND
library version for the bundle plugin as in adding the following to the bundle
plugin element:
{code}
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
<version>2.4.1</version>
</dependency>
{code}
(and making sure to actually use the most recent bundle plugin)
> Verify the maven baseline output and fix the warnings
> -----------------------------------------------------
>
> Key: OAK-2006
> URL: https://issues.apache.org/jira/browse/OAK-2006
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: core
> Reporter: Alex Parvulescu
> Assignee: Alex Parvulescu
> Attachments: baseline-oak-core.patch
>
>
> Currently the maven baseline plugin only logs the package version mismatches,
> it doesn't fail the build. It would be beneficial to start looking at the
> output and possibly fix some of the warnings (increase the OSGi package
> versions).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)