[infinispan-issues] [JBoss JIRA] (ISPN-8679) Generation of JaCoCo report is skipping
Dmitrii Puzikov (JIRA)
issues at jboss.org
Thu Jan 11 09:16:01 EST 2018
Dmitrii Puzikov created ISPN-8679:
-------------------------------------
Summary: Generation of JaCoCo report is skipping
Key: ISPN-8679
URL: https://issues.jboss.org/browse/ISPN-8679
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 9.2.0.Beta2
Reporter: Dmitrii Puzikov
Generation of JaCoCo report is skipped:
{code}
$> mvn install -PjacocoReport -s maven-settings.xml -pl .
...
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (default-report) @ infinispan-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/path/to/ispn/project/jacoco/merged/jacoco.exec
{code}
because of maven resolves path to *.exec files like
file:/path/to/jacoco/merged/jacoco.exec
instead of:
file:/path/to/ispn_project_root/jacoco/merged/jacoco.exec
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list