<?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>
    <groupId>org.terracotta.forge</groupId>
    <artifactId>tim-parent</artifactId>
    <version>1.9.1</version>
  </parent>

  <name>tim-ehcache-ee-root</name>
  <groupId>org.terracotta.modules</groupId>
  <artifactId>tim-ehcache-ee</artifactId>
  <packaging>pom</packaging>
  <version>1.9.1</version>

   <properties>
      <forgeTags>Integration Module</forgeTags>
      <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
   </properties>

   <modules>
      <module>tim-ehcache-2.x-ee</module> 
      <module>tim-ehcache-2.x-ee-system-tests</module>
   </modules> 
  
  <profiles>
    <profile>
      <id>os</id>
      <modules>
        <module>tim-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-releases</id>
      <url>http://www.terracotta.org/download/reflector/releases</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>terracotta-releases</id>
      <url>http://www.terracotta.org/download/reflector/releases</url>
    </pluginRepository>
  </pluginRepositories>

</project>
