gnodet edited a comment 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.
   
   The sonar build works for me.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to