File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ This project contains the sample code for the [_Apache Camel Developer's Cookboo
55by [ Scott Cranton] ( https://github.com/scranton ) and [ Jakub Korab] ( https://github.com/jkorab ) . The latest version of this code is available on
66[ GitHub] ( http://github.com/CamelCookbook/camel-cookbook-examples ) .
77
8- The samples are all driven from unit tests, so in order to execute them all you need to do is run:
8+ All of the examples are driven through JUnit tests, and are collectively structured as a set
9+ of Apache Maven projects. To execute them, you will need a copy of the [ Java 7 JDK]
10+ (http://www.oracle.com/technetwork/java/javase/downloads/index.html ) (6 should be OK as well)
11+ and an [ Apache Maven 3] ( http://maven.apache.org/ ) installation . Maven will download
12+ all of the appropriate project dependencies.
13+
14+ In order to execute all the tests, all you need to do is run:
915
1016 $ mvn clean install
1117
You can’t perform that action at this time.
0 commit comments