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
Hello, I clean installed Luzzu as described in the readme (with hdt beforehand).
However, the build fails: " [INFO] Luzzu Quality Metric Language ...................... SUCCESS [ 1.715 s] [INFO] Luzzu IO Module .................................... FAILURE [ 13.655 s] [INFO] luzzu-webapp ....................................... SKIPPED [INFO] Luzzu Communications Module ........................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 49.796 s [INFO] Finished at: 2021-05-18T13:08:03+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project luzzu-io: There are test failures."
How can I solve this?
The text was updated successfully, but these errors were encountered:
Apparently some tests failed in the test phase of maven. You can try to run it that way:
test
$ mvn clean install -DskipTests
Sorry, something went wrong.
No branches or pull requests
Hello, I clean installed Luzzu as described in the readme (with hdt beforehand).
However, the build fails: "
[INFO] Luzzu Quality Metric Language ...................... SUCCESS [ 1.715 s]
[INFO] Luzzu IO Module .................................... FAILURE [ 13.655 s]
[INFO] luzzu-webapp ....................................... SKIPPED
[INFO] Luzzu Communications Module ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49.796 s
[INFO] Finished at: 2021-05-18T13:08:03+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project luzzu-io: There are test failures."
How can I solve this?
The text was updated successfully, but these errors were encountered: