From fb4524c9bc5a16ddc375ad47e8b30c804a61ce4b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 27 Nov 2015 18:57:37 -0500 Subject: [PATCH] Added note about Maven 3 per issue #406. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 71510e8e21..b3272aa841 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ Getting Started Building from source -------------------- +YCSB requires the use of Maven 3; if you use Maven 2, you may see [errors +such as these](https://github.com/brianfrankcooper/YCSB/issues/406). + To build the full distribution, with all database bindings: mvn clean package