<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>net.sf.oqt</groupId>
		<artifactId>oqt-maven-plugin-parent</artifactId>
		<version>0.2</version>
	</parent>
	<groupId>net.sf.oqt.test</groupId>
	<artifactId>oqt-maven-plugin-test</artifactId>
	<packaging>pom</packaging>
	
	<name>Maven OQT Plugin Integration Tests (parent)</name>
	<description>This module groups the OQT plugin integration tests modules</description>

	<modules>
		<module>oqt-maven-plugin-it-model</module>
		<module>oqt-maven-plugin-it</module>
		<module>oqt-maven-plugin-sample</module>
	</modules>
	
</project>
