diff --git a/java/pom.xml b/java/pom.xml index 48a64c12..61e1ae9d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -10,6 +10,27 @@ pom Lance Parent + LanceDB Java API + http://lancedb.com/ + + + + Lance DB Dev Group + dev@lancedb.com + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + scm:git:git@github.com:lancedb/lancedb.git + HEAD + scm:git:git@github.com:lancedb/lancedb.git + UTF-8 @@ -126,4 +147,49 @@ + + + + deploy-to-ossrh + + + + org.sonatype.central + central-publishing-maven-plugin + 0.4.0 + true + + ossrh + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + +