From 9a4fb821376c65b6fe3669042dd44b43366a45be Mon Sep 17 00:00:00 2001 From: Emilio Date: Wed, 29 Nov 2023 01:31:50 +0000 Subject: [PATCH] Add cyclonedx plugin configuration for generating SBOMs (#3014) --- build/cyclonedx-settings.xml | 63 ++++++++++++++++++++++++++++++++++++ pom.xml | 35 ++++++++++++++++++-- 2 files changed, 96 insertions(+), 2 deletions(-) create mode 100644 build/cyclonedx-settings.xml diff --git a/build/cyclonedx-settings.xml b/build/cyclonedx-settings.xml new file mode 100644 index 000000000000..a8a9afe475d4 --- /dev/null +++ b/build/cyclonedx-settings.xml @@ -0,0 +1,63 @@ + + + + + cyclonedx + + + + central + Maven Repository Switchboard + default + https://repo1.maven.org/maven2 + + false + + + + + osgeo + https://repo.osgeo.org/repository/release + + false + + + + + confluent + https://packages.confluent.io/maven/ + + + + locationtech-snapshots + https://repo.eclipse.org/content/groups/snapshots + + false + + + true + + + + + osgeo-snapshots + https://repo.osgeo.org/repository/snapshot + + false + + + true + + + + + + + diff --git a/pom.xml b/pom.xml index bb140018dff7..dea2cefe17bf 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0 repo @@ -290,6 +290,32 @@ + + cyclonedx + + + + org.cyclonedx + cyclonedx-maven-plugin + 2.7.10 + + 1.4 + library + + + + makeBom + verify + + makeBom + + + + + + + + bloop @@ -3461,6 +3487,11 @@ geomesa_2.11-3.1.0 + + JIRA + https://geomesa.atlassian.net/issues/ + + Anthony Fox