Skip to content

Add connector dependencies in distribution package #203

Closed
@fvaleri

Description

@fvaleri

I see that most connectors out there include dependencies in the distribution package. With these it would be easier to automate deploy (just download and unzip).

For example, to deploy the SJMS2 connector, I also need to grab:

mvn dependency:get -Ddest=$PLUGINS_HOME/camel-sjms2-kafka-connector -Dartifact=org.apache.activemq:activemq-client:5.15.11
mvn dependency:get -Ddest=$PLUGINS_HOME/camel-sjms2-kafka-connector -Dartifact=org.apache.geronimo.specs:geronimo-jms_2.0_spec:1.0-alpha-2
mvn dependency:get -Ddest=$PLUGINS_HOME/camel-sjms2-kafka-connector -Dartifact=org.apache.geronimo.specs:geronimo-annotation_1.0_spec:1.1.1
mvn dependency:get -Ddest=$PLUGINS_HOME/camel-sjms2-kafka-connector -Dartifact=javax.management.j2ee:management-api:1.1-rev-1
mvn dependency:get -Ddest=$PLUGINS_HOME/camel-sjms2-kafka-connector -Dartifact=org.fusesource.hawtbuf:hawtbuf:1.11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions