From 827172e743124a723ed24b998f575bce4ceec4c8 Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Thu, 9 Feb 2017 11:52:04 +0800 Subject: [PATCH] --- pom.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..8257d821c --- /dev/null +++ b/pom.xml @@ -0,0 +1,83 @@ + + + 4.0.0 + org.redkale + redkale + 1.4.0-SNAPSHOT + jar + + UTF-8 + 1.8 + 1.8 + + Redkale + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + https://github.com/redkale/redkale + scm:git:git@github.com/redkale/redkale.git + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + UTF-8 + + + ${java.home}/lib/rt.jar + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + org.redkale.boot.Application + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.0 + + + + jar + + + + + + + + + + org.codehaus.plexus + plexus-compiler-javac + 2.7 + + + org.codehaus.plexus + plexus-utils + 3.0.22 + + + \ No newline at end of file