Hi All,

To get hold of the express runtime stuff you will need...

         <repository>
           <id>terracotta-snapshots</id>
           <url>http://www.terracotta.org/download/reflector/ 
snapshots</url>
           <releases><enabled>false</enabled></releases>
           <snapshots><enabled>true</enabled></snapshots>
         </repository>

in your settings.xml or the pom of your project.

And then a dependency on:

<groupId>org.terracotta</groupId>
<artifactId>terracotta-express-runtime-ee</artifactId>
<version>1.0.0-SNAPSHOT</version>

It looks like sources and javadoc are published to the same maven repo  
for this artifact as well.

Chris
_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to