-
Notifications
You must be signed in to change notification settings - Fork 212
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
build failed in some projects #558
Comments
Looking at the error messages, the issues seem to be specific to the projects you build and there is perhaps not much to improve in mvnd. You may want to read this blog post and follow the suggestions mentioned there https://peter.palaga.org/2021/01/12/mvnd-solving-common-issues-of-parallel-builds.html |
To check whether issues have to do with mvnd building in parallel by default, you may want to try serial build |
Also, you may want to verify if the problem comes from maven by using For jacoco, the problem is a missing dependency. The build also fails with The sonar build works for me. |
@gnodet Did you try |
@NoSugarCoffee good catch !
|
I try to use mvnd recently.
Have some problems.
First one
I build https://github.com/jacoco/jacoco/tree/v0.8.6 with
mvnd clean verify
but failled with errors following,mvn clean verify
succeedlogs
Second one
I build https://github.com/SonarSource/sonar-java/tree/6.7.0.23054 with
mvnd clean compile
but failed with errors following,mvnd clean verify
andmvn clean compile
succeedThe text was updated successfully, but these errors were encountered: