Author: bdelacretaz
Date: Fri Jun 26 10:35:05 2015
New Revision: 1687740
URL: http://svn.apache.org/r1687740
Log:
SLING-4835 - fix maven-failsafe-plugin argLine for jacoco
Modified:
sling/trunk/bundles/jcr/contentloader/pom.xml
Modified: sling/trunk/bundles/jcr/contentloader/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/contentloader/pom.xml?rev=1687740&r1=1687739&r2=1687740&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/contentloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/contentloader/pom.xml Fri Jun 26 10:35:05 2015
@@ -42,6 +42,9 @@
<sling.launchpad.version>7</sling.launchpad.version>
<pax.vm.options>-Xmx256M -XX:MaxPermSize=256m</pax.vm.options>
<dump.test.bundles>false</dump.test.bundles>
+
+ <!-- argLine needs to be here so that jacoco plugin adds its own stuff to
it -->
+ <argLine>${pax.vm.options}</argLine>
</properties>
<scm>
@@ -102,7 +105,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>