Skip to content

Commit 51fac14

Browse files
committed
Added Java and Maven prerequisites.
1 parent e20a604 commit 51fac14

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ This project contains the sample code for the [_Apache Camel Developer's Cookboo
55
by [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

0 commit comments

Comments
 (0)