You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is similar to #12067 but I could not find the new issue the reporter was asked to open hence creating a new. Sorry for the potential duplicate
Issue Description
I added a second module to my project and suddenly the piplines started failing with
When using "codeCoverageToolOption: JaCoCo" in a multi-module build like this
The result is a antrun error about not finding the report
2021-01-28T07:40:59.3526318Z [INFO] ------------------------------------------------------------------------
2021-01-28T07:40:59.3605566Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project VstsReport: An Ant BuildException has occured: Unable to read execution data file /home/vsts/work/1/s/CCReport43F6D5EF/jacoco.exec
2021-01-28T07:40:59.3638728Z [ERROR] around Ant part ...<report>... @ 8:11 in /home/vsts/work/1/s/target/antrun/build-main.xml: /home/vsts/work/1/s/CCReport43F6D5EF/jacoco.exec (No such file or directory)
2021-01-28T07:40:59.3640117Z [ERROR] -> [Help 1]
2021-01-28T07:40:59.3640847Z [ERROR]
2021-01-28T07:40:59.3641810Z [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2021-01-28T07:40:59.3645662Z [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2021-01-28T07:40:59.3650367Z [ERROR]
2021-01-28T07:40:59.3689300Z [ERROR] For more information about the errors and possible solutions, please read the following articles:
2021-01-28T07:40:59.3690469Z [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days
Type: Bug
Task Name: Maven@3
Server: Azure Pipelines
Agent: Hosted - ubuntu 16.04
Note: This is similar to #12067 but I could not find the new issue the reporter was asked to open hence creating a new. Sorry for the potential duplicate
Issue Description
I added a second module to my project and suddenly the piplines started failing with
When using "codeCoverageToolOption: JaCoCo" in a multi-module build like this
The result is a antrun error about not finding the report
The text was updated successfully, but these errors were encountered: