-
Notifications
You must be signed in to change notification settings - Fork 6
How to build CleverBus
Lukáš Vozáb edited this page Jan 25, 2016
·
1 revision
Building CleverBus is very easy:
- download sources from GitHub or clone Git repository
- call mvn package
- 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.