From d9a68f78b910a07182449a8056eb8e5cf5e79db2 Mon Sep 17 00:00:00 2001 From: John Mayfield Date: Wed, 21 Mar 2018 20:57:41 +0000 Subject: [PATCH] Updated README on compiling. Following feedback from Andrew --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d7ba085df3..7c461fbae8d 100644 --- a/README.md +++ b/README.md @@ -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-.jar``. ## Creating the JavaDoc