Claus Ibsen created CAMEL-13194:
-----------------------------------

             Summary: 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
             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)

Reply via email to