All Projects → mybatis → memcached-cache

mybatis / memcached-cache

Licence: Apache-2.0 license
MyBatis Memcached adapter

Programming Languages

java
68154 projects - #9 most used programming language

Labels

MyBatis Memcached Extension

Java CI 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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].