/projects-aggregator

The pom for aggregator of mybatis projects

Apache License 2.0Apache-2.0

MyBatis Aggregator

Apache 2

mybatis-logo

MyBatis-Aggregator is the MyBatis aggregator POM which builds all MyBatis modules.

Running

Use these JVM settings

-Xmx512m -XX:MaxPermSize=128m

Use this property to disable tests for memcached-cache and mybatis-redis

noTest=true

Memcached-cache and Mybatis-redis

These modules test runs require caching setup to exist. The property noTest allows the aggregator to ignore this as travis-ci does.