diff --git a/pom.xml b/pom.xml index f6f98c6e..fe1b7c81 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ CNCF https://www.cncf.io// + The Apache Software License, Version 2.0 @@ -24,6 +25,19 @@ + + scm:git:git://github.com/serverlessworkflow/sdk-java.git + scm:git:git@github.com:serverlessworkflow/sdk-java.git + https://github.com/serverlessworkflow/sdk-java + + + + + tsurdilo + Tihomir Surdilovic + + + api spi @@ -175,7 +189,7 @@ - + maven-deploy-plugin @@ -239,8 +253,58 @@ -Xmx1024m -XX:MaxPermSize=256m + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + 8 + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + --batch + --pinentry-mode + loopback + + + + + - +