diff --git a/pom.xml b/pom.xml index b0f18db..4dd63da 100644 --- a/pom.xml +++ b/pom.xml @@ -32,8 +32,8 @@ - - + + GitHub Issues https://github.com/Hi-Fi/tcp-mocker-server/issues @@ -123,6 +123,77 @@ 1.8 + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.5 + + true + false + release + deploy + + + + + +