summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-09 13:13:47 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-09 13:13:47 +0200
commitcff28f44e27ed0b5508c19957d119983a7e3bc25 (patch)
treecdc2e9f6f2ef184236b0d3683841163da99a445c /README.md
parent3690a070a19d1e264817660f9b39450a1aa6ef46 (diff)
Describe how to build all Java modules
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 568f99e2a60..1e60fb003fd 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,8 @@ or use the prebuilt docker image
### Build Java modules
Java modules can be built on any environment having Java and Maven:
- sh bootstrap.sh java
+ sh bootstrap.sh
+ mvn install
### Build C++ modules
source /opt/rh/devtoolset-6/enable