<?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>
	<groupId>fdexec</groupId>
	<artifactId>fdexec</artifactId>
	<name>fdexec</name>
	<packaging>pom</packaging>
	<version>4.8.0</version>
	<description>Root module for the FDExec project. This module will contain all the required dependencies for the entire project.</description>

	<scm>
		<connection>scm:svn:http://elmer/svn/umsrepo/trunk/fdexec/Support/build</connection>
		<url>http://elmer/svn/umsrepo/trunk/fdexec/Support/build</url>
	</scm>

	<!-- Universal Dependencies -->
	<dependencies>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.1</version>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.14</version>
		</dependency>
		<dependency>
			<groupId>junit-addons</groupId>
			<artifactId>junit-addons</artifactId>
			<version>1.4</version>
		</dependency>
		<dependency>
			<artifactId>junit</artifactId>
			<groupId>junit</groupId>
			<version>4.3.1</version>
		</dependency>
	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>jar</goal>
							<goal>test-jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>jar</goal>
							<goal>test-jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.0.2</version>
				<configuration>
					<compilerArugments>-ea</compilerArugments>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>2.3</version>
			</plugin>
		</plugins>
	</build>

	<modules>
		<module>./Frameworks/Utilities</module>
		<module>./Frameworks/GdnCommon</module>
		<module>./Frameworks/Messaging</module>
		<module>./Frameworks/Gdn</module>
		<module>./Applications/bridge</module>
		<module>./Applications/httpbridge</module>
	</modules>
	
	<repositories>
		<repository>
			<id>elmer</id>
			<url>http://elmer/maven2/</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>ibiblio</id>
			<url>http://www.ibiblio.org/maven2</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>mirror-ibiblio</id>
			<url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>

	<developers>
		<developer>
			<id>Spawn Of Martha</id>
			<name>Dave Rathnow</name>
			<email>drathnow@umsltd.com</email>
			<organization>UMS Ltd.</organization>
			<organizationUrl>http://www.umsltd.com/</organizationUrl>
			<roles>
				<role>developer</role>
			</roles>
			<timezone>-7</timezone>
		</developer>
		<developer>
			<id>Le Frog</id>
			<name>Pascal Lambert</name>
			<email>plambert@umsltd.com</email>
			<organization>UMS Ltd.</organization>
			<organizationUrl>http://www.umsltd.com/</organizationUrl>
			<roles>
				<role>developer</role>
			</roles>
			<timezone>-7</timezone>
		</developer>
	</developers>
</project>
