Skip to content

Commit

Permalink
Updated README on compiling.
Browse files Browse the repository at this point in the history
Following feedback from Andrew
  • Loading branch information
johnmay committed Mar 21, 2018
1 parent ba4ac3c commit d9a68f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -29,15 +29,13 @@ CDK library.

## Compiling

Compiling the library is performed with Apache Maven and requires Java 1.7 or later:
Compiling the library is performed with Apache Maven and currently requires Java 1.7 or later. From the root of the project run:

```bash
cdk/$ ls pom.xml
pom.xml
cdk/$ mvn compile
cdk/$ mvn package -DskipTests # run the tests if you like!
```

This will produce a 'jar' file for each module located in each modules 'target/' directory.
This will produce a 'jar' file for each module located in each modules 'target/' directory. The **uber** jar with everything included is located in ``cdk/bundle/target/cdk-<version>.jar``.

## Creating the JavaDoc

Expand Down

0 comments on commit d9a68f7

Please sign in to comment.