Skip to content

How to build CleverBus

Lukáš Vozáb edited this page Jan 25, 2016 · 1 revision

How to build CleverBus?

Building CleverBus is very easy:

  1. download sources from GitHub or clone Git repository
  2. call mvn package
  3. deploy cleverbus.war (module web-admin) to application server and start it

Please note that mvn package must be called to compile the package from sources. Just calling mvn compile won't work, as there are dependencies in resources between Maven modules which use maven-dependency-plugin with unpack-dependencies goal.

You can continue with starting new integration project or with writing new integration routes.

Clone this wiki locally