<?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>
      <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
   </properties>

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

   <packaging>pom</packaging>
   <groupId>org.terracotta.modules</groupId>
   <artifactId>tim-async</artifactId>
   <version>1.3.4</version>
   <name>tim-async</name>
   <description>Library for performing asynchronous cluster-wide operations</description>

  <licenses>
    <license>
      <name>Terracotta Public License</name>
      <url>http://www.terracotta.org/license.txt</url>
    </license>
  </licenses>

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

   <modules>
      <module>tim-async-processing</module>
      <module>tim-async-processing-system-tests</module>
   </modules>

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.6</version>
        <configuration>
           <minmemory>128m</minmemory>
           <maxmemory>1g</maxmemory>
           <bootclasspath>${java.home}/lib/rt.jar</bootclasspath>
        </configuration>
        <reportSets>
           <reportSet>
              <reports>
                 <report>aggregate</report>
              </reports>
           </reportSet>
        </reportSets>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jxr-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>

   <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>
</project>
