summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-06-09 13:28:22 +0200
committerGitHub <noreply@github.com>2017-06-09 13:28:22 +0200
commitcb8f250c5d3771510d95bc31269e8b8d6d47ba00 (patch)
tree1b51c5fc517c11d300e979623c03d768f31b89f7 /README.md
parent734504386d4f156457f7079e68d5f4cc0b9cbc50 (diff)
parentcff28f44e27ed0b5508c19957d119983a7e3bc25 (diff)
Merge pull request #2689 from yahoo/bratseth/correct-java-build
Bratseth/correct java build
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 8c2e915a93b..5658929e693 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
`<builddir>` should be replaced with the name of the directory in which you'd like to build Vespa. `<sourcedir>` should be replaced with the directory in which you've cloned/unpacked the source tree.