<?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>
  <packaging>pom</packaging>
  
  <groupId>edu.vt.iddl.meval</groupId>
  <artifactId>whole</artifactId>
  <version>1-SNAPSHOT</version>
  
  <name>IDDL Eval Web Applicaiton</name>
  <scm>
  	<connection>scm:svn:svn+ssh://www.iddl.vt.edu/home/subversion/ratlee/meval/trunk/whole</connection>
  	<developerConnection>scm:svn:svn+ssh://www.iddl.vt.edu/home/subversion/ratlee/meval/trunk/whole</developerConnection>
  	<tag>HEAD</tag>
  	<url>http://localhost/dissertation</url>
  </scm>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changelog-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
  <modules>
    <module>cocoonapp</module>
    <module>qgenerator</module>
    <module>dbconnection</module>
  </modules>
  <repositories>
  	<repository>
		<id>apache.snapshot</id>
		<name>Apache Snapshot Repository</name>
		<url>http://people.apache.org/repo/m2-snapshot-repository</url>
		<releases>
			<!-- excalibur poms are located here -->
			<enabled>true</enabled>
		</releases>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</repository>
</repositories>

</project>
