The artifacts produced by this module are specially constructed "standalone artifacts" and must be deployed as follows. SNAPSHOTS --------- # Deploy to Terracotta repository mvn deploy -Pdeploy-terracotta # Deploy to sonatype-snapshots repository mvn deploy -Pdeploy-sonatype-snapshots # Deploy Enterprise Edition to Terracotta repository mvn deploy -Ppackage-ee,deploy-terracotta RELEASE CANDIDATES ------------------ # Only deploy to Terracotta repository, but make sure to do both regular and EE mvn deploy -Pdeploy-release-candidate mvn deploy -Ppackage-ee,deploy-release-candidate RELEASES -------- # Deploy to Terracotta repository mvn deploy -Pdeploy-terracotta # Deploy to sonatype-releases repository mvn deploy -Pdeploy-sonatype-releases # Deploy Enterprise Edition to Terracotta repository mvn deploy -Ppackage-ee,deploy-terracotta ----------------------------------------------------------------------------- "ehcache-express-kit" project is used to create the Terracotta Ehcache Express kit To build: mvn assembly:assembly Its pom is also important. It allows users to pull down ehcache core and ehcache-terracotta as one artifact: net.sf.ehcache:ehcache: