commit 173000394121d1f0e8a97fd4c185d4449e2bcbad Author: Nikita Date: Sun Dec 22 20:56:41 2013 +0400 Initial pom added diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..3305239c9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,295 @@ + + 4.0.0 + + org.redisson + redisson + 1.0.0-SNAPSHOT + jar + + Redisson + Simplified distributed java data structures based on Redis + 2013 + + + + Apache v2 + http://www.apache.org/licenses/LICENSE-2.0.html + manual + + + + + + mrniko + Nikita Koksharov + abracham.mitchell@gmail.com + + Architect + Developer + + +4 + + + + + UTF-8 + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + io.netty + netty-buffer + 4.0.13.Final + + + io.netty + netty-common + 4.0.13.Final + + + io.netty + netty-transport + 4.0.13.Final + + + io.netty + netty-handler + 4.0.13.Final + + + io.netty + netty-codec-http + 4.0.13.Final + + + io.netty + netty-codec + 4.0.13.Final + + + + com.googlecode.jmockit + jmockit + 1.5 + test + + + junit + junit + 4.11 + test + + + + org.slf4j + slf4j-api + 1.7.5 + + + com.fasterxml.jackson.core + jackson-core + 2.2.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.2.3 + + + redis.clients + jedis + 2.2.1 + provided + + + com.hazelcast + hazelcast-client + 3.1.3 + provided + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.4.1 + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + true + true + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.0.1 + + + verify + + pmd + cpd + + + + + true + 100 + 1.6 + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.10 + + + verify + + checkstyle + + + + + true + false + /checkstyle.xml + + + + + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + true + true + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.16 + + -Dfile.encoding=utf-8 + + + + + org.apache.felix + maven-bundle-plugin + 2.3.7 + true + + + ${project.artifactId} + + com.hazelcast.*;resolution:=optional,redis.clients.jedis.*;resolution:=optional,* + + + com.corundumstudio.socketio;version="${project.version}", + com.corundumstudio.socketio.annotation;version="${project.version}", + com.corundumstudio.socketio.listener;version="${project.version}", + com.corundumstudio.socketio.parser;version="${project.version}", + com.corundumstudio.socketio.parser;version="${project.version}", + com.corundumstudio.socketio.store;version="${project.version}", + com.corundumstudio.socketio.store.pubsub;version="${project.version}", + + + + + + + com.mycila + license-maven-plugin + 2.5 + + ${basedir} +
${basedir}/header.txt
+ false + true + false + + src/** + + + target/** + + true + + JAVADOC_STYLE + + true + true + UTF-8 +
+ + + + check + + + +
+
+
+ +