features-maven-plugin cannot resolve a feature without an explicit descriptor
-----------------------------------------------------------------------------
Key: KARAF-1350
URL: https://issues.apache.org/jira/browse/KARAF-1350
Project: Karaf
Issue Type: Bug
Components: karaf-tooling
Affects Versions: 3.0.0
Reporter: Scott Parkerson
Priority: Minor
I have a project whose features file is pulling in Apache CXF like this:
{noformat}
<feature name="cxf-spring-security" version="@cxf.spring.security.version@">
<feature>cxf</feature>
<feature>spring-security</feature>
<bundle>mvn:com.google.code.cxf-spring-security/cxf-spring-security/@cxf.spring.security.version@</bundle>
</feature>
</feature>
{noformat}
However, the descriptors in the configuration of the {{add-features-to-repo}}
goal looks like this:
{noformat}
<descriptors>
<descriptor>mvn:org.apache.karaf.assemblies.features/standard/${karaf.version}/xml/features</descriptor>
<descriptor>mvn:org.apache.camel.karaf/apache-camel/${camel.version}/xml/features</descriptor>
<descriptor>mvn:org.apache.activemq/activemq-karaf/${activemq.version}/xml/features</descriptor>
<descriptor>mvn:com.ateb/com.ateb.myx.features.base/${project.version}/xml/features</descriptor>
<descriptor>mvn:com.ateb/com.ateb.myx.features.spring/${project.version}/xml/features</descriptor>
</descriptors>
{noformat}
The CXF repository descriptor is not specified, but the CXF feature is found
with features-maven-plugin <= 2.2.6; in 3.0.0-SNAPSHOT, this "transitive"
resolution appears to be broken.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira