We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Libhbase fails to build with maven because http://googletest.googlecode.com/files/gtest-1.7.0.zip points to an invalid URL.
I was able to get passed this error by using the following:
mvn install -DskipTests -Dmaven.test.skip=true
Perhaps -DMaven.test.skip=true should be added to the readme?
-DMaven.test.skip=true
However, I would also like to run the tests.
The text was updated successfully, but these errors were encountered:
adityakishore
No branches or pull requests
Libhbase fails to build with maven because http://googletest.googlecode.com/files/gtest-1.7.0.zip points to an invalid URL.
I was able to get passed this error by using the following:
mvn install -DskipTests -Dmaven.test.skip=true
Perhaps
-DMaven.test.skip=true
should be added to the readme?However, I would also like to run the tests.
The text was updated successfully, but these errors were encountered: