From 2df086b0827f466416a503f91ae30b0aff1c153d Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 15 Aug 2016 10:29:54 +0800 Subject: [PATCH] support maven release --- pom.xml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/pom.xml b/pom.xml index f67e385..547bbf1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,8 @@ true false true + 4E899B30 + true @@ -30,6 +32,15 @@ + + + Medcl + medcl@elastic.co + elastic + http://www.elastic.co + + + scm:git:git@github.com:medcl/elasticsearch-analysis-ik.git scm:git:git@github.com:medcl/elasticsearch-analysis-ik.git @@ -165,5 +176,83 @@ -Xdoclint:none + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + oss + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + true + false + release + deploy + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + +