diff --git a/pom.xml b/pom.xml index cd5465a..38dd70f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,32 @@ + + + Deepgram + devrel@deepgram.com + Deepgram + https://deepgram.com + + + + + scm:git:git://github.com/deepgram/deepgram-java-sdk.git + scm:git:ssh://github.com:deepgram/deepgram-java-sdk.git + https://github.com/deepgram/deepgram-java-sdk + + + + + central + https://central.sonatype.com/repository/maven-snapshots/ + + + central + https://central.sonatype.com + + + 11 11 @@ -140,4 +166,73 @@ + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + none + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + central + true + + + + + +