diff --git a/pom.xml b/pom.xml index b438249..3506969 100644 --- a/pom.xml +++ b/pom.xml @@ -6,10 +6,34 @@ im.mak paddle - 0.1-SNAPSHOT + 0.1 + + Paddle + Paddle library helps developers to write tests for smart contracts on Waves blockchain + https://github.com/msmolyakov/paddle + + + https://github.com/msmolyakov/paddle/issues + GitHub Issues + + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + repo + + + + + https://github.com/msmolyakov/paddle + scm:git:git://github.com/msmolyakov/paddle.git + scm:git:git@github.com:msmolyakov/paddle.git + UTF-8 + UTF-8 @@ -24,12 +48,143 @@ + org.apache.maven.plugins maven-surefire-plugin 2.22.2 + + org.apache.maven.plugins + maven-jar-plugin + 3.1.2 + + + + true + true + + + ${project.name} + ${project.version} + ${project.groupId}.${project.artifactId} + ${maven.build.timestamp} + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + attach-javadocs + + jar + + + + + + maven-deploy-plugin + 2.8.2 + + + deploy + deploy + + deploy + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + forked-path + -Dgpg.passphrase=${gpg.passphrase} + + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.5 + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + com.wavesplatform