Replies: 1 comment
-
With the latest master, there is an option to use maven dependency tree plug-in instead of the cyclonedx plug-in. In my test, I found the dependency tree to be slightly better in this mode without any pseudo pom type components. Attributes such as description, publisher, external references, and hashes are currently missing though, so best to use the default settings in cdxgen, if those attributes are important for your needs.
Removed attachment since found a bug! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, cdxgen uses the cyclonedx maven plugin and then tries the maven
dependency:tree
command as a fallback. Changing the order to use the maven command first might help cdxgen a bit:Beta Was this translation helpful? Give feedback.
All reactions