diff --git a/guava/pom.xml b/guava/pom.xml index be0bab174e16..f0e50c58bb00 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -9,7 +9,7 @@ HEAD-jre-SNAPSHOT guava - bundle + jar Guava: Google Core Libraries for Java https://github.com/google/guava @@ -222,4 +222,86 @@ + + + spdx + + [11, + + + + + + org.spdx + spdx-maven-plugin + + + build-spdx + install + + createSPDX + + + + + true + true + Organization: Google, LLC + Copyright (c) 2012-2024, The Guava Authors + Copyright (c) 2012-2024, The Guava Authors + Apache-2.0 + Organization: Google, LLC + + SHA256 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + repack-spdx + install + + run + + + + + + + + + + + + + + + + + + maven-gpg-plugin + + + default-gpg + install + + sign + + + + + + + + diff --git a/pom.xml b/pom.xml index 6df3c36166e0..e22e87011064 100644 --- a/pom.xml +++ b/pom.xml @@ -274,6 +274,20 @@ build-helper-maven-plugin 3.4.0 + + maven-gpg-plugin + 3.0.1 + + + dev.sigstore + sigstore-maven-plugin + 0.4.0 + + + org.spdx + spdx-maven-plugin + 0.7.3 + @@ -331,7 +345,6 @@ dev.sigstore sigstore-maven-plugin - 0.4.0 sign @@ -343,7 +356,6 @@ maven-gpg-plugin - 3.0.1 sign-artifacts