Mistake in camel-eventAdmin feature ----------------------------------- Key: CAMEL-3637 URL: https://issues.apache.org/jira/browse/CAMEL-3637 Project: Camel Issue Type: Bug Affects Versions: 2.6.0 Reporter: Jean-Baptiste Onofré Assignee: Jean-Baptiste Onofré Fix For: 2.7.0
The Camel Karaf feature camel-eventAdmin is not correct. The features is described as follow: <feature name="camel-eventAdmin" version="2.6.0"> <feature version="2.6.0">camel-core</feature> <bundle>mvn:org.apache.camel/camel-eventAdmin/2.6.0</bundle> </feature> but the camel-eventAdmin artifact correct name is camel-eventadmin: http://repo2.maven.org/maven2/org/apache/camel/camel-eventadmin/2.6.0/camel-eventadmin-2.6.0.jar This typo mistake provides: Downloading: http://repo1.maven.org/maven2/org/apache/camel/camel-eventAdmin/2.6.0/camel-eventAdmin-2.6.0.jar [INFO] Unable to find resource 'org.apache.camel:camel-eventAdmin:jar:2.6.0' in repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Can't resolve bundle org.apache.camel:camel-eventAdmin:jar:2.6.0 [INFO] ------------------------------------------------------------------------ I'm gonna submit a patch to fix that. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira