You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:21:01 UTC

[sling-org-apache-sling-commons-contentdetection] 21/30: SLING-4835 - fix maven-failsafe-plugin argLine for jacoco

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.contentdetection-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-contentdetection.git

commit 04fdb972b3fea946e701c35be3e8fb7965034883
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jun 26 10:24:16 2015 +0000

    SLING-4835 - fix maven-failsafe-plugin argLine for jacoco
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/contentdetection@1687738 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c72bc63..7db3e3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,9 @@
         <sling.launchpad.version>7</sling.launchpad.version>
         <powermock.version>1.6.2</powermock.version>
         <pax.vm.options>-Xmx256M -XX:MaxPermSize=256m</pax.vm.options>
+        
+        <!-- argLine needs to be here so that jacoco plugin adds its own stuff to it -->
+        <argLine>${pax.vm.options}</argLine>
     </properties>
 
     <dependencies>
@@ -167,7 +170,6 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <argLine>${pax.vm.options}</argLine>
                     <systemPropertyVariables>
                         <java.protocol.handler.pkgs>org.ops4j.pax.url</java.protocol.handler.pkgs>
                         <bundle.file.name>${bundle.file.name}</bundle.file.name>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.