<?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>net.officefloor</groupId>
		<artifactId>officefloor</artifactId>
		<version>2.5.0</version>
	</parent>
	<groupId>net.officefloor.plugin</groupId>
	<artifactId>plugins</artifactId>
	<packaging>pom</packaging>
	<name>Plugins</name>
	<description>Plug-ins OfficeFloor to provide specific functionality</description>
	<modules>
		<module>officeplugin_base</module>
		<module>officeplugin_comet</module>
		<module>officeplugin_ejb</module>
		<module>officeplugin_gwt</module>
		<module>officeplugin_hibernate</module>
		<module>officeplugin_jdbc</module>
		<module>officeplugin_jms</module>
		<module>officeplugin_jndi</module>
		<module>officeplugin_jpa</module>
		<module>officeplugin_launch</module>
		<module>officeplugin_servlet</module>
		<module>officeplugin_socket</module>
		<module>officeplugin_spring</module>
		<module>officeplugin_war</module>
		<module>officeplugin_web</module>
		<module>officeplugin_woof</module>
		<module>officeplugin_woof_servlet</module>
	</modules>
	<dependencies>
		<dependency>
			<groupId>net.officefloor.core</groupId>
			<artifactId>officecompiler</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>easymock</groupId>
			<artifactId>easymock</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>