<?xml version='1.0' encoding='UTF-8'?>
<!--

  All content copyright (c) 2003-2008 Terracotta, Inc.,
  except as may otherwise be noted in a separate copyright notice.
  All rights reserved.

-->
<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">
  <properties>
    <forgeTags>Integration Module</forgeTags>
    <terracotta.projectStatus>Stable</terracotta.projectStatus>
  </properties>

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.terracotta.forge</groupId>
    <artifactId>tim-parent</artifactId>
    <version>1.5.1</version>
  </parent>

  <groupId>org.terracotta.modules</groupId>
  <artifactId>tim-maps-root</artifactId>
  <version>1.3.1</version>
  <packaging>pom</packaging>
  <name>tim-maps</name>
  <description>Root aggregator POM for the tim-maps project.</description>

  <scm>
    <connection>scm:svn:http://svn.terracotta.org/svn/forge/projects/tim-maps/tags/release-1.3.1</connection>
    <developerConnection>scm:svn:https://svn.terracotta.org/repo/forge/projects/tim-maps/tags/release-1.3.1</developerConnection>
    <url>http://svn.terracotta.org/svn/forge/projects/tim-maps/tags/release-1.3.1</url>
  </scm>

  <developers>
    <developer>
      <id>fieldeng</id>
      <name>Field Engineering</name>
      <email>fieldeng_internal@terracottatech.com</email>
      <organization>Terracotta</organization>
      <organizationUrl>http://www.terracotta.org</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>

  <modules>
    <module>tim-maps</module>
    <module>tim-maps-system-tests</module>
  </modules>

  <dependencies>
    <dependency>
      <groupId>org.terracotta.modules</groupId>
      <artifactId>tim-util</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptors>
            <descriptor>src/main/assembly/src.xml</descriptor>
            <descriptor>src/main/assembly/bin.xml</descriptor>
          </descriptors>
          <outputDirectory>${project.build.directory}/site/downloads</outputDirectory>
        </configuration>
        <executions>
          <execution>
            <phase>site</phase>
            <goals>
              <goal>assembly</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <repositories>
    <repository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/maven2</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/maven2</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>
</project>
