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