lttng: Fix maven tests on Mac
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ust.core.tests / pom.xml
index 7f4dcd45fddf2d86ec6092df3c5656561edad8b9..86dfa768fd07029aed0ea7179ba94983b0ced485 100644 (file)
     <plugins>
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
+        <artifactId>tycho-surefire-plugin</artifactId>
+        <version>${tycho-version}</version>
+        <configuration>
+          <useUIHarness>false</useUIHarness>
+          <useUIThread>false</useUIThread>
+          <product>org.eclipse.platform.ide</product>
+        </configuration>
       </plugin>
     </plugins>
   </build>
This page took 0.040495 seconds and 5 git commands to generate.