Maven

About Terracotta Documentation

This documentation is about Terracotta DSO, an advanced distributed-computing technology aimed at meeting special clustering requirements.

Terracotta products without the overhead of DSO meet the needs of most use cases and clustering requirements. To find documentation on non-DSO Terracotta products, see the Terracotta Product Documentation.

Terracotta release information, such as release notes and platform compatibility, is found in Product Information.

Release: 3.3.0
Publish Date: July, 2010

Documentation Archive »

Using Maven with Terracotta

The following is the default Maven repository for Terracotta:

http://www.terracotta.org/download/reflector/maven2

Stable Maven Repository

For the stable Maven repository for Terracotta, add the following configuration to your pom.xml, replacing $TERRACOTTA_VERSION with the target Terracotta version:

<repositories>
    <repository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/stable/$TERRACOTTA_VERSION</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/stable/$TERRACOTTA_VERSION</url>
    </pluginRepository>
  </pluginRepositories>

For example, for Terracotta 3.1.0-FC, use the following configuration:

<repositories>
    <repository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/stable/3.1.0-FC </url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/stable/3.1.0-FC </url>
    </pluginRepository>
  </pluginRepositories>

The stable repository contains stable versions of Terracotta Integration Modules (TIMs).

Using Maven Projects in Terracotta

See the Maven plugin page in the Terracotta Forge:

http://forge.terracotta.org/releases/projects/tc-maven-plugin/

The following Maven sample projects are available:

Labels

 
(None)