<?xml version="1.0" encoding="UTF-8"?>
<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>com.liferay.faces</groupId>
		<artifactId>com.liferay.faces.bridge.impl.parent</artifactId>
		<version>5.0.0</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<groupId>com.liferay.faces.test</groupId>
	<artifactId>com.liferay.faces.test.bridge.tck.parent</artifactId>
	<packaging>pom</packaging>
	<name>Bridge TCK Parent</name>

	<modules>
		<module>bridge-tck-common</module>
		<module>bridge-tck-compat</module>
		<module>bridge-tck-encode-url-tests</module>
		<module>bridge-tck-factories</module>
		<module>bridge-tck-formatter</module>
		<module>bridge-tck-flows-portlet</module>
		<module>bridge-tck-harness</module>
		<module>bridge-tck-liferay-harness</module>
		<module>bridge-tck-lifecycle-set-portlet</module>
		<module>bridge-tck-main-portlet</module>
		<module>bridge-tck-cdi1-portlet</module>
		<module>bridge-tck-cdi2-portlet</module>
		<module>bridge-tck-scope-portlet</module>
	</modules>

	<!--
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-deploy-plugin</artifactId>
				<configuration>
					<skip>true</skip>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-gpg-plugin</artifactId>
				<configuration>
					<skip>true</skip>
				</configuration>
			</plugin>
		</plugins>
	</build>
	-->

</project>
