You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2019/05/29 00:27:00 UTC

[jira] [Updated] (JCRVLT-338) argLine getting overridden by parent pom and vault-core pom

     [ https://issues.apache.org/jira/browse/JCRVLT-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra updated JCRVLT-338:
------------------------------------
    Description: 
I was trying to calculate code coverage for jackrabbit vault repo using jacoco agent ([https://github.com/apache/jackrabbit-filevault/])

Not able to install jacoco via cli as the argLine is getting overridden by the parent pom and core pom. argLine needs to be appended rather than overridden.

[vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml] {{<argLine>-Doak=true -Xmx1024m</argLine>}}

[parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml] {{<argLine>${test.vm.options}</argLine>}}

 

 

  was:
I was trying to calculate code coverage for jackrabbit vault repo using jacoco agent ([https://github.com/apache/jackrabbit-filevault/])

Not able to install jacoco via cli as the argLine is getting overridden by the parent pom and core pom. argLine needs to be appended rather than overridden.

[vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml] <argLine>-Doak=true -Xmx1024m</argLine>

[parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml] <argLine>${test.vm.options}</argLine>

 

 


> argLine getting overridden by parent pom and vault-core pom 
> ------------------------------------------------------------
>
>                 Key: JCRVLT-338
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-338
>             Project: Jackrabbit FileVault
>          Issue Type: Bug
>            Reporter: Sonal Gupta
>            Priority: Major
>
> I was trying to calculate code coverage for jackrabbit vault repo using jacoco agent ([https://github.com/apache/jackrabbit-filevault/])
> Not able to install jacoco via cli as the argLine is getting overridden by the parent pom and core pom. argLine needs to be appended rather than overridden.
> [vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml] {{<argLine>-Doak=true -Xmx1024m</argLine>}}
> [parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml] {{<argLine>${test.vm.options}</argLine>}}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)