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