[
https://issues.apache.org/jira/browse/CXF-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522494#comment-16522494
]
Colm O hEigeartaigh commented on CXF-7766:
------------------------------------------
Running "mvn clean install" on CXF master with 3.5.1 results in a load of
failures, e.g.:
[ERROR] Message: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=cxf-jaxrs-cdi; type=karaf.feature;
version=3.2.6.SNAPSHOT;
filter:="(&(osgi.identity=cxf-jaxrs-cdi)(type=karaf.feature)(version>=3.2.6.SNAPSHOT))"
[caused by: Unable to resolve cxf-jaxrs-cdi/3.2.6.SNAPSHOT: missing
requirement [cxf-jaxrs-cdi/3.2.6.SNAPSHOT] osgi.identity;
osgi.identity=cxf-jaxrs; type=karaf.feature;
version="[3.2.6.SNAPSHOT,3.2.6.SNAPSHOT]" [caused by: Unable to resolve
cxf-jaxrs/3.2.6.SNAPSHOT: missing requirement [cxf-jaxrs/3.2.6.SNAPSHOT]
osgi.identity; osgi.identity=org.apache.cxf.cxf-rt-rs-extension-search;
type=osgi.bundle; version="[3.2.6.SNAPSHOT,3.2.6.SNAPSHOT]";
resolution:=mandatory [caused by: Unable to resolve
org.apache.cxf.cxf-rt-rs-extension-search/3.2.6.SNAPSHOT: missing requirement
[org.apache.cxf.cxf-rt-rs-extension-search/3.2.6.SNAPSHOT] osgi.wiring.package;
filter:="(&(osgi.wiring.package=javax.persistence)(version>=2.0.0)(!(version>=3.0.0)))"]]]
> Update maven-bundle-plugin from 2.5.4 to 3.5.1
> ----------------------------------------------
>
> Key: CXF-7766
> URL: https://issues.apache.org/jira/browse/CXF-7766
> Project: CXF
> Issue Type: Bug
> Reporter: Aleksandr Lisianoi
> Assignee: Colm O hEigeartaigh
> Priority: Major
>
> As mentioned in https://issues.apache.org/jira/browse/CXF-6713, current
> version of `maven-bundle-plugin` is buggy. In particular, it causes some
> stages to be executed at least twice.
> I've run the following command with the 3.5.1 version of the plugin on the
> 3.2.2 tag of apache CXF and did not see any issues:
> {code:java}
> MAVEN_OPTS=-Xmx2048M -P fastinstall mvn clean install
> {code}
> My maven is 3.5.2
> Could you please update the plugin?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)