You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2015/06/26 09:25:04 UTC

[jira] [Created] (SLING-4835) jacoco-it report missing if maven-failsafe-plugin:argLine is used

Bertrand Delacretaz created SLING-4835:
------------------------------------------

             Summary: jacoco-it report missing if maven-failsafe-plugin:argLine is used 
                 Key: SLING-4835
                 URL: https://issues.apache.org/jira/browse/SLING-4835
             Project: Sling
          Issue Type: Bug
          Components: Testing
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz
            Priority: Minor


In {{bundles/commons/contentdetection}} for example, using our parent pom 23, the {{target/site/jacoco-it}} report is not generated.

That's probably because the pom uses the maven-failsafe-plugin {{argLine}} setting to set the jvm memory. The jacoco plugin also sets that to activate its agent, but I suppose that's ignored as {{argLine}} is already set by the pom, so the agent is not activated for the integration tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)