Skip to content

Telefonica/ehcache2

 
 

Repository files navigation

1. To compile:
  %> mvn install -DskipTests
  
Note: the final Ehcache jar is found under ehcache/target  


2. To build Ehcache distribution kit:

  %> cd distribution
  
  %> mvn package (build without an embedded Terracotta kit, lean and mean Ehcache kit)
  
  %> mvn package -Dtc-kit-url=http://url/to/teracotta.tar.gz  (built with Terracotta kit, offical distribution kit)
  
3. To deploy Maven central repo (via Sonatype)

  %> mvn clean deploy -P sign-artifacts,deploy-sonatype -DskipTests
  

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Other 0.5%