Hello, I am trying to debug an issue I'm experiencing with JaCoCo that manifests in my CI environment (Travis), but not locally on my workstation. My intended goal is to have two separate reports produced by JaCoCo - one for unit tests, and the other for integration tests.
On my workstation running Maven 3.3.9 and JDK 1.8.0_91, everything works as intended when I run standard lifecycle goals like "install" or "verify". I based my configuration off of https://github.com/Godin/sonar-experiments/blob/master/jacoco-examples/maven-invoker-plugin-example/pom.xml My ${project.reporting.outputDirectory} successfully contains "jacoco-it" and "jacoco-ut". My POM file is here: https://github.com/patrickpilch/dependency-license-checker/blob/d4a3e3370639c2f52d7083ca5163cdaaace3ba15/pom.xml#L153 and a debug log of a successful local build is here: https://gist.githubusercontent.com/patrickpilch/21d32e367b312443c98cbf2bcaa687fa/raw/c0784a269d744e165ab5cdf533c8ffff7e01c668/local_build_log.md The problem I'm experiencing is that when trying to build in my CI environment, only the JaCoCo unit tests .exec file and reports appear. The Travis build debug output with environment details and versions is here: https://gist.githubusercontent.com/patrickpilch/21d32e367b312443c98cbf2bcaa687fa/raw/c0784a269d744e165ab5cdf533c8ffff7e01c668/ci_build_output.md It's easy to reproduce this on a Travis docker container. Instructions here: https://gist.githubusercontent.com/patrickpilch/21d32e367b312443c98cbf2bcaa687fa/raw/c0784a269d744e165ab5cdf533c8ffff7e01c668/steps_to_reproduce.md Any help would be appreciated. Thank you! -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/0ebc42d3-0228-4ab5-a4a8-d6e54050a554%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
