diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..c955784c2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,150 @@ + + + 4.0.0 + org.redkale + redkale + Redkale + jar + http://redkale.org + + 1.0.0-beta + + Redkale 是基于Java 8全新的微服务开源框架 + + UTF-8 + 1.8 + 1.8 + + + + + + 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.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + ${file_encoding} + ${file_encoding} + + + + attach-javadocs + + jar + + + + + + + + + + org.codehaus.plexus + plexus-compiler-javac + 2.7 + + + org.codehaus.plexus + plexus-utils + 3.0.22 + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + + org.sonatype.oss + oss-parent + 9 + + + + https://redkale@github.com/redkale/redkale.git + scm:git:https://redkale@github.com/redkale/redkale.git + + + + + redkale + redkale + redkale@qq.com + + + + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + \ No newline at end of file