This section walks you through running the examples which are shipped with a binary distribution.
First you need to Download a binary distribution.
Then you need to download and install Apache Maven.
To test your Maven install you should be able to change directory into the examples directory and type
mvn -v |
You should see something like
camel-rider:/tmp/camel/examples$ mvn -v Maven version: 2.0.5 |