capint
12/5/2016 - 5:17 PM

Tycho >> Remote debug

Tycho >> Remote debug

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-surefire-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		<product>${capella-product-id}</product>
		<useUIHarness>true</useUIHarness>
		<testClass>com.thalesgroup.mde.capella.functionalbehaviour.test.model.ju.MainTestSuite</testClass>
		<debugPort>9999</debugPort>
	</configuration>
</plugin>