diff --git a/pom.xml b/pom.xml index f67e385b27a2c1dcb1cabe8ef0be8892ef530565..547bbf1bffa1760b5e7579ec9446d3bf12d1a9ab 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 + + + + + + +