-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Proposal to implement Maven CycloneDX Property Taxonomy #68
Comments
caused by CycloneDX/cyclonedx-maven-plugin#384 @hboutemy what is your opinion on the new namespace? |
would somebody draft a pullrequest for the new namespace? we then could discuss changes and additions in the opened pulrequest. |
We already have created a few properties in previous cyclonedx-maven-plugin without making them formal: I'll need to formalize existing ones |
Great. Looking forward to merging your pullrequest. :D |
fixes CycloneDX#68 Signed-off-by: Hervé Boutemy <[email protected]>
fixes CycloneDX#68 Signed-off-by: Hervé Boutemy <[email protected]>
Maven plugin seems to be using a https://github.com/CycloneDX/cyclonedx-property-taxonomy
|
see discussion here: #69 |
Hi,
This is a proposal to add a new Namespace for Maven under cdx namespace.
For example something like
cdx:maven
similar to npm.With this a property to specify the scope of the dependency
scope
. i.e https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#dependency-scopewhich can be repreented as
cdx:maven:package:scope
The text was updated successfully, but these errors were encountered: