From 5299d0af498d296eb1001e12783ee06db326029e Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Fri, 8 Nov 2024 10:21:43 +0000 Subject: [PATCH] Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 807fbc223..ec22017b6 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,11 @@ the one you are trying to build. if using docker, keep the container after the build. --local-dependency-cache-dir -specify the location of a local cache of required build dependency jars +specify the location of a local cache of required build dependency jars. If not specified +the following default locations are searched +Windows: c:/dependency_cache +MacOs: ${HOME}/dependency_cache +Unix: /usr/local/dependency_cache --make-exploded-image creates an exploded image (useful for codesigning jmods). Use --assemble-exploded-image once you have signed the jmods to complete the packaging steps.