-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven Build Error when compiling YCSB: "Error reading assemblies" #406
Comments
Please copy/paste the output of "mvn --version". What platform are you on? (Windows, centos, Ubuntu, etc) |
Here is the requested information.
Version of Maven and JDK
|
Your maven version is too old; we require maven 3. Do you need to compile some local changes? If not, you could download one of the convenience binaries and run ycsb without updating your maven install. |
Ok thank you so much! That was the Problem. |
Added note about Maven 3 per issue #406.
I have updated maven but I am still getting this error:
OS version:
Version of Maven and JDK:
|
Please open a new issue; closed issues don't notify folks the same way. |
Added note about Maven 3 per issue brianfrankcooper#406.
Added note about Maven 3 per issue brianfrankcooper#406.
|
I am trying to compile the YCSB Project with the
clean package
command as suggested in the Getting Started pages. The project is downloaded from the github site as a .zip, got unzipped and no changes have been made. I get an Build Error when compiling that says:I hope someone can help me. Thanks.
The text was updated successfully, but these errors were encountered: