Hi all,
I found a bug??? or a error on the features-maven-plugin, but I don't know
how fix it???
I use the features-maven-plugin (2.4.2) I have an integration with activemq
(5.11.x)
In the activemq-karaf-5.11.1-features.xml, we have an entry:
<feature version="[3.2,4)">spring</feature>
<feature>spring-dm</feature>
But not spring entry in the standard-2.4.2-features.xml, but only:
<conditional>
<condition>spring</condition>
<bundle start="true"
start-level="24">mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/2.4.2</bundle>
</conditional>
So the features-maven-plugin throw the following error:
(add-features-to-repo) Error populating repository: Unable to find the
feature 'spring/[3.2,4)'
it's normal, because the spring definition is missing.
Do you have a workaround? or must I define manually this spring feature, and
the spring-dm feature?
Thanks for your help.
Regards
--
View this message in context:
http://karaf.922171.n3.nabble.com/Karaf-2-4-2-activemq-features-maven-plugin-tp4040913.html
Sent from the Karaf - User mailing list archive at Nabble.com.