Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MyBatis Memcached Extension

Build Status Coverage Status Maven central Sonatype Nexus (Snapshots) License

mybatis-memcached

MyBatis-Memcached extension Memcached support for MyBatis Cache.

Essentials

Releasing

To release this library, use the maven release plugin. If no memcache installed ensure to set the following:

-DskipTests -Darguments="-DskipTests"

Doing so will make sure the forked processes involved skip tests all together.

Typical maven release is done as follows where tests ignored.

mvn release:clean mvn release:prepare -DskipTests -Darguments="-DskipTests" mvn release:perform -DskipTests -Darguments="-DskipTests"

You can’t perform that action at this time.