Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

tango-controls/tango-camel-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tango Camel Component Project

Download

This project is a template of a Camel component.

To build this project use

mvn install

To resolve dependency add the following to your pom.xml/setting.xml:

<repositories>
    <repository>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
        <id>bintray-tango-controls-maven</id>
        <name>bintray</name>
        <url>https://dl.bintray.com/tango-controls/maven</url>
    </repository>
</repositories>

For more help see the Apache Camel documentation:

http://camel.apache.org/writing-components.html