[ 
https://issues.apache.org/jira/browse/JCRVLT-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851613#comment-16851613
 ] 

Tobias Bocanegra edited comment on JCRVLT-338 at 5/30/19 7:59 AM:
------------------------------------------------------------------

for me, the trunk branch just builds fine. what maven version are you using?

{noformat}
$ mvn -version
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 
2017-04-04T04:39:06+09:00)
Maven home: /usr/local/Cellar/maven/3.5.0/libexec
Java version: 1.8.0_152, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/jre
Default locale: en_CH, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.5", arch: "x86_64", family: "mac"
{noformat}


was (Author: tripod):
for me, the trunk branch just builds fine. what maven version are you using?

> 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
>            Assignee: Tobias Bocanegra
>            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)

Reply via email to