-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unable to resolve POM" for jars in flatDir repo #302
Comments
Thanks for reporting this. Could you try running this command with |
Hi @glefloch ,
|
Is there any update on this? I also face the same issue. |
Also seeing this, Any updates? Thank you. |
Hi, is there any way we could ignore the packages with the null reference? As I want to include in a CI/CD it fails the job, I don't want to use allow_failure tag to make it pass through. Could you please suggest what can we do to address this issue?
FAILURE: Build failed with an exception.
BUILD FAILED in 3s |
These issues can be caused by bugs in the core library CycloneDX/cyclonedx-core-java#439. It was updated in |
I'm also facing the same problem on version 1.10.0, is there any update on this? |
We have some jars that can't be referenced from Maven but are instead in a flatDir repo:
But this errors when running the cyclonedx task:
I'd expect an SBOM to still be created. For example
cdxgen
does create an SBOM for this project with no error.Is there any way to make this work?
The text was updated successfully, but these errors were encountered: