You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/01/04 16:57:23 UTC

[GitHub] [maven-mvnd] gnodet commented on issue #558: build failed in some project

gnodet commented on issue #558:
URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1004998359


   > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.6.0:report (report) on project jacoco-maven-plugin: Execution report of goal org.apache.maven.plugins:maven-plugin-plugin:3.6.0:report failed: A required class was missing wh
   
   Also, you may want to verify if the problem comes from maven by using `mvn clean verify -T 1C` to ensure the problem actually comes from `mvnd`.
   
   For jacoco, the problem is a missing dependency.  The build also fails with `mvn clean verify -T 1C` because the dependency between `org.jacoco.agent` and `org.jacoco.agent.rt` is not explicit in the pom.  It works in non concurrent build because of the module ordering.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org