<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>org.terracotta.forge</groupId>
    <artifactId>tim-system-tests-parent</artifactId>
    <version>1.5.3</version>
  </parent>

  <groupId>org.terracotta.modules</groupId>
  <artifactId>tim-maps-system-tests</artifactId>
  <version>1.3.3</version>
  <name>tim-maps-system-tests</name>
  <packaging>pom</packaging>

  <dependencies>
    <dependency>
      <groupId>org.terracotta.modules</groupId>
      <artifactId>tim-maps</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <!--
        If you need a custom boot jar for your tests, create the boot jar customization
        in src/test/resources/tc-config-files/boot-jar-config.xml and uncomment
        the following <plugin> block.
      -->
      <!--
      <plugin>
        <groupId>org.terracotta.maven.plugins</groupId>
        <artifactId>tc-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>bootjar</id>
            <phase>test-compile</phase>
            <goals>
              <goal>bootjar</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <config>${project.build.testOutputDirectory}/tc-config-files/boot-jar-config.xml</config>
          <overwriteBootjar>true</overwriteBootjar>
        </configuration>
      </plugin>
      -->
    </plugins>
  </build>

  <repositories>
    <repository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/releases</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/releases</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>

  <scm>
    <connection>scm:svn:http://svn.terracotta.org/svn/forge/projects/tim-system-tests-parent/tags/release-1.3.3</connection>
    <developerConnection>scm:svn:https://svn.terracotta.org/repo/forge/projects/tim-system-tests-parent/tags/release-1.3.3</developerConnection>
    <url>http://svn.terracotta.org/svn/forge/projects/tim-system-tests-parent/tags/release-1.3.3</url>
  </scm>
</project>
