Skip to content

SentiOne/ehcache2

 
 

Repository files navigation

Ehcache 2.x is approaching End of Life.

Ehcache 3.0 was released April 2016.

As of October 2022, this project will receive reduced attention, excepting for important/critical fixes.

After September 2023, we will no longer maintain Ehcache 2.x.

To compile:

%> mvn install -DskipTests

Note: the final Ehcache jar is found under ehcache/target

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)

To deploy Maven central repo (via Sonatype):

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%