Hi,

if you execute

  mvn failsafe:integration-test

than exactly this goal is executed -- nothing else. You can specify another goal for report generation (jacoco:report-integration) or use the Maven lifecycle to execute multiple goals (https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html).

Regards,
-marc

On 2016-03-29 17:20, [email protected] wrote:
Hi all,

We are running integration test with failsafe maven plugin with a
command "mvn failsafe:integration-test".
When I am running test with mvn failsafe:integration-test command the
report is not generated, but when I am running with mvn verify with
integration test specific profile it generates fine.
Do you have any experience how to run tests with mvn
failsafe:integration-test command and generate JaCoCo report properly?

Thanks!

--
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/67fb67405b8bee4c785e5b5b64555108%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to