[releng] add support for jacoco

Change-Id: I350b590c6b715661746ae6750b86523311cdcb8f
diff --git a/tests/org.eclipse.egf.core.test/pom.xml b/tests/org.eclipse.egf.core.test/pom.xml
index 077346f..bf8b4b6 100644
--- a/tests/org.eclipse.egf.core.test/pom.xml
+++ b/tests/org.eclipse.egf.core.test/pom.xml
@@ -39,7 +39,7 @@
             <include>org/eclipse/egf/core/test/AllTests.java</include>

           </includes>

           <testRuntime>p2Installed</testRuntime>

-          

+          <argLine>${failsafeArgline}</argLine>

         </configuration>

       </plugin>

     </plugins>

diff --git a/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml b/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml
index 68c0bc6..756cd47 100644
--- a/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml
+++ b/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!-- Copyright (c) 2018 THALES GLOBAL SERVICES. All rights reserved. This 

+<!-- Copyright (c) 2018, 2019 THALES GLOBAL SERVICES. All rights reserved. This 

 	program and the accompanying materials are made available under the terms 

 	of the Eclipse Public License v1.0 which accompanies this distribution, and 

 	is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Thales 

@@ -60,6 +60,9 @@
 						<args>

 							<arg>-consoleLog</arg>

 						</args>

+						<vmArgs>

+							<vmArg>${failsafeArgline}</vmArg>

+						</vmArgs>

 						<explicit>../../releng/org.eclipse.egf.product/target/products/EGF_product-[platform].zip</explicit>

 					</aut>

 				</configuration>