[
https://issues.apache.org/jira/browse/CAMEL-13194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-13194:
--------------------------------
Estimated Complexity: Novice (was: Unknown)
> 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
> 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)