Skip to content

assimbly/custom-components-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-components

archived Custom Apache Camel Components.

The project is a collection of various Custom Camel components that can be used within Camel routes (From Camel 3).

prerequisite

build

This project can be build with Maven:

mvn clean install

It's also possible to build only one module at the time. For this the same Maven command can be executed, but then from the directory that contains pom.xml of that module.

For example:

cd ./aggregate
mvn clean install

build with a script

In the bin folder there are also a few scripts to build the components.

build

or

buildandtest

You can also build a single module

build modulename

or

buildandtest modulename

Releases

No releases published

Packages

No packages published

Languages