Author: bdelacretaz
Date: Fri Jun 26 10:24:16 2015
New Revision: 1687738

URL: http://svn.apache.org/r1687738
Log:
SLING-4835 - fix maven-failsafe-plugin argLine for jacoco

Modified:
    sling/trunk/bundles/commons/contentdetection/pom.xml

Modified: sling/trunk/bundles/commons/contentdetection/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/contentdetection/pom.xml?rev=1687738&r1=1687737&r2=1687738&view=diff
==============================================================================
--- sling/trunk/bundles/commons/contentdetection/pom.xml (original)
+++ sling/trunk/bundles/commons/contentdetection/pom.xml Fri Jun 26 10:24:16 
2015
@@ -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>


Reply via email to