diff --git a/pom.xml b/pom.xml index 7d2faf0..2269c28 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,19 @@ + + https://github.com/volcengine/ark-runtime-java + scm:git:https://github.com/volcengine/ark-runtime-java.git + scm:git:https://github.com/volcengine/ark-runtime-java.git + + + + volcengine + ark-runtime + volcengine@bytedance.com + + + UTF-8 8 @@ -156,4 +169,73 @@ + + + + + public + + + sonatype-nexus-staging + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots + + + sonatype-nexus-staging + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.7 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + true + + + + + +