This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
The following commit(s) were added to refs/heads/main by this push:
new 1c83c95 yes, please try it out
1c83c95 is described below
commit 1c83c95819aff2f28faf46f9e267ccfec6c45c6a
Author: Stefan Bodewig <[email protected]>
AuthorDate: Mon May 25 12:51:21 2026 +0200
yes, please try it out
---
README.md | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f90da91..42c35b5 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,24 @@
# Apache CyclondeDX Ant Library
-This is an experimental library of Ant tasks providing ways to create
+This is a library of Ant tasks and types providing ways to create
[CycloneDX](https://cyclonedx.org]) SBOMs for Apache Ant built
artifacts.
-This is in an early stage of development and not ready to be used by
-anybody.
+This library provides the basic infrastructure that should be good
+enough to create SBOMs for projects that use manual management of
+dependencies (or don't have any dependencies at all). An extension for
+projects that use Ivy and can reduce the manual work is planned.
+
+The library provides types for licenses, organizations and external
+references that can be reused in multiple components as well a atype
+for components that may be referenced from multiple entries. A task
+allows the creation of CycloneDX SBOMs based on these types in JSON
+and XML format.
+
+The heavy lifting is performed by [CycloneDX Core
+(Java)](https://github.com/CycloneDX/cyclonedx-core-java).
+
+Right now the library is in an early stage of development and the main
+audience is Ant itself. This doesn't mean it couldn't be used for
+other projects and of course we are open to extend it to make things
+easier.