Fix jacoco agent not added to command line (code coverage)
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 165a6ec51cc31e00062ad125bd39380410ed812e..02eae8b1ed040fd343686bc2ba046b02696a2e67 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <tycho.testArgLine></tycho.testArgLine>
+    <testArgLine></testArgLine>
 
     <tycho-version>0.24.0</tycho-version>
     <tycho-extras-version>0.24.0</tycho-extras-version>
           <name>!skip-jacoco</name>
         </property>
       </activation>
+      <properties>
+        <testArgLine>${tycho.testArgLine}</testArgLine>
+      </properties>
       <build>
         <plugins>
           <plugin>
                </dependency>
             </dependencies>
             <product>org.eclipse.platform.ide</product>
-            <argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -Xms512m -Xmx1024m</argLine>
+            <argLine>${testArgLine} ${base.ui.test.vmargs} -Xms512m -Xmx1024m</argLine>
           </configuration>
         </plugin>
 
This page took 0.024315 seconds and 5 git commands to generate.