From 3493982f417783ce0ef8f61f46dfb6f362467347 Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Thu, 26 Mar 2026 14:41:25 +0000 Subject: [PATCH] chore: add Maven Central publishing config to pom.xml --- pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) 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 + + + + + +