<?xml version="1.0"?>
<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>
    <artifactId>forge-parent</artifactId>
    <groupId>org.terracotta.forge</groupId>
    <version>2.4</version>
  </parent>

  <name>Ehcache Terracotta Enterprise Support</name>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache-terracotta-root-ee</artifactId>
  <packaging>pom</packaging>
  <version>2.6.4</version>

  <modules>
    <module>bootstrap</module>
    <module>packaging</module>
    <module>system-tests</module>
  </modules>

  <properties>
    <terracotta-toolkit-1.4-api.version>[1.0.0,4.0.0]</terracotta-toolkit-1.4-api.version>
    <tim-ehcache-2.x.version>1.9.3</tim-ehcache-2.x.version>
    <ehcache-core.version>2.6.4</ehcache-core.version>
  </properties>

  <profiles>
    <profile>
      <id>os</id>
      <modules>
        <module>terracotta-ehcache-os</module>
      </modules>
    </profile>
  </profiles>

  <!-- We don't want to publish source jars for Enterprise artifacts -->
  <build>
    <plugins>      
      <plugin>        
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <configuration>          
          <attach>false</attach>        
        </configuration>      
      </plugin>    
    </plugins>
  </build>


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