Closed pitbulk closed 8 years ago
It was solved adding the groupid info to the command: https://github.com/onelogin/java-saml/commit/87bfad85ba012a0bc0a87815156aefa3cdd87ca4
Now I'm getting:
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (default-cli) @ java-saml ---
[INFO] Skipping JaCoCo execution due to missing execution data file
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (default-cli) @ java-saml-tookit-jspsample ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
Fixed by commenting
<properties>
<jacoco.agent.argLine />
</properties>
from the pom.xml files. https://github.com/onelogin/java-saml/commit/df11a579100e7d38ca36f513fee599bb3a8ccee1
Described here: http://stackoverflow.com/questions/33293930/jacoco-not-generating-jacoco-exec-until-after-skipping-jacoco-execution
It seems that on java 1.8 jacoco // coveralls fail.