<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<artifactId>connectors-interop-testsuite</artifactId>
	<version>1.0.0.qualifier</version>
	<packaging>eclipse-test-plugin</packaging>

	<parent>
		<groupId>mule.connectors.interop</groupId>
		<artifactId>interop-parent-project</artifactId>
		<version>1.0.0-SNAPSHOT</version>
	</parent>

	<properties>
		<platform.version>1.0.0-SNAPSHOT</platform.version>
	</properties>

	<build>
		<plugins>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-maven-plugin</artifactId>
				<version>${tycho-version}</version>
				<extensions>true</extensions>
			</plugin>

			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>target-platform-configuration</artifactId>
				<version>${tycho-version}</version>
				<configuration>
					<target>
						<artifact>
							<groupId>mule.connectors.interop</groupId>
							<artifactId>studio-swtbot-target-platform</artifactId>
							<version>${platform.version}</version>
						</artifact>
					</target>
				</configuration>
			</plugin>
		</plugins>

		<resources>
			<resource>
				<directory>src/main/resources/input</directory>
			</resource>
		</resources>
	</build>
</project>
