From 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 Mon Sep 17 00:00:00 2001 From: maxim-yurchuk Date: Wed, 9 Oct 2024 12:29:46 +0300 Subject: publishFullContrib: true for ydb commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e --- .../com/google/code/findbugs/jsr305/3.0.2/pom.xml | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 contrib/java/com/google/code/findbugs/jsr305/3.0.2/pom.xml (limited to 'contrib/java/com/google/code') diff --git a/contrib/java/com/google/code/findbugs/jsr305/3.0.2/pom.xml b/contrib/java/com/google/code/findbugs/jsr305/3.0.2/pom.xml new file mode 100644 index 00000000000..3a6e2c6cc78 --- /dev/null +++ b/contrib/java/com/google/code/findbugs/jsr305/3.0.2/pom.xml @@ -0,0 +1,135 @@ + + 4.0.0 + + org.sonatype.oss + oss-parent + 7 + + + + com.google.code.findbugs + jsr305 + 3.0.2 + jar + + http://findbugs.sourceforge.net/ + FindBugs-jsr305 + JSR305 Annotations for Findbugs + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + 3.0 + + + + scm:git:https://code.google.com/p/jsr-305/ + scm:git:https://code.google.com/p/jsr-305/ + https://code.google.com/p/jsr-305/ + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package + + jar + + + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + org.apache.felix + maven-bundle-plugin + 2.4.0 + true + + + bundle-manifest + process-classes + + manifest + + + + + + org.jsr-305 + ${project.name} + javax.annotation;javax.annotation.concurrent;javax.annotation.meta + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + -- cgit v1.3