<?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">

    <!-- To run tests in the whole thing. This is what CI should do: mvn clean install -->
    <!-- To install: mvn -Dmaven.test.skip=true clean install -->

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.terracotta.forge</groupId>
    <artifactId>forge-parent</artifactId>
    <version>2.2</version>
  </parent>
  
  <groupId>org.terracotta</groupId>
  <artifactId>ehcache-dx-parent</artifactId>
  <packaging>pom</packaging>
  <version>1.0.1</version>
  <name>ehcache-dx-parent</name>
  <url>http://ehcache.org</url>

  <properties>
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
      <ehcache.core.version>2.2.0</ehcache.core.version>
  </properties>

  <modules>
    <module>jetty-patched</module>
    <module>common</module>
    <module>monitor</module>
    <module>probe</module>
    <module>license</module>
    <module>sizeof</module>
    <module>jetty-patched-extra</module>
  </modules>

  <repositories>
    <repository>
      <id>terracotta-releases</id>
      <url>http://www.terracotta.org/download/reflector/releases</url>
    </repository>
  </repositories>

</project>
