[
https://issues.apache.org/jira/browse/CAMEL-13194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-13194.
---------------------------------
Resolution: Won't Fix
Assignee: Claus Ibsen
The features.xml file is from org.apache.camel.karaf/apache-camel and this GAV
is what karaf/servicemix distros would expect and use for their functionality
to install camel easily.
So lets keep it then
> camel3 - Karaf commands should use org.apache.camel as group id
> ---------------------------------------------------------------
>
> Key: CAMEL-13194
> URL: https://issues.apache.org/jira/browse/CAMEL-13194
> Project: Camel
> Issue Type: Task
> Components: build system
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.0.0
>
>
> So everything we do in Apache Camel is always org.apache.camel
> <dependency>
> <groupId>org.apache.camel.karaf</groupId>
> <artifactId>camel-karaf-commands</artifactId>
> </dependency>
> Should be
> <dependency>
> <groupId>org.apache.camel</groupId>
> <artifactId>camel-karaf-commands</artifactId>
> </dependency>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)