diff --git a/java/cuvs-java/pom.xml b/java/cuvs-java/pom.xml index c036c6c66..f5b37097d 100644 --- a/java/cuvs-java/pom.xml +++ b/java/cuvs-java/pom.xml @@ -24,6 +24,37 @@ 25.02.0 cuvs-java + + This project provides Java bindings for cuVS, enabling approximate nearest neighbors search and clustering + on the GPU. As this is experimental, some APIs may change. + + https://rapids.ai + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + scm:git:https://github.com/rapidsai/cuvs.git + scm:git:git@github.com:rapidsai/cuvs.git + HEAD + https://github.com/rapidsai/cuvs + + + + rapidsai + rapidsai + cuvs@rapids.ai + + Maintainer + Committer + + + jar @@ -31,8 +62,17 @@ 22 UTF-8 UTF-8 + ${GPG_PASSPHRASE} + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + @@ -193,6 +233,72 @@ ${project.build.directory} + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + test-jars + + test-jar + + + + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + -Xdoclint:none + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + false + + + + +