diff --git a/pom.xml b/pom.xml index acf433059..d95065fab 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,13 @@ http://redisson.org/ + + true + 1.6 + 1.8 + UTF-8 + + scm:git:git@github.com:redisson/redisson.git scm:git:git@github.com:redisson/redisson.git diff --git a/redisson-tomcat/pom.xml b/redisson-tomcat/pom.xml index 223bb4b7c..0d2dfb1a6 100644 --- a/redisson-tomcat/pom.xml +++ b/redisson-tomcat/pom.xml @@ -21,6 +21,31 @@ + + maven-compiler-plugin + 3.5.1 + + ${source.version} + ${source.version} + true + true + + + + default-testCompile + process-test-sources + + testCompile + + + true + ${test.source.version} + ${test.source.version} + + + + + org.apache.maven.plugins maven-javadoc-plugin diff --git a/redisson/pom.xml b/redisson/pom.xml index c4e6b2ade..5c7ce5d1d 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -21,13 +21,6 @@ http://redisson.org/ - - true - 1.6 - 1.8 - UTF-8 - - unit-test