Skip to content

jakub-bochenski/example-cyclonedx-core-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-cyclonedx-core-java

Demonstrates how to consume latest cyclonedx-core-java in cyclonedx-maven-plugin

$ ./test.bash 
+ ./mvnw clean compile -Psbom -q
+ jq '.components[0].licenses[0].license' target/bom.json
{
  "name": "GPL v2 with the Classpath exception",
  "url": "https://github.com/openjdk/nashorn/blob/main/LICENSE"
}
+ ./mvnw clean compile -Psbom -Psnapshot -q
+ jq '.components[0].licenses[0].license' target/bom.json
{
  "id": "GPL-2.0-with-classpath-exception"
}

About

Demonstrates how to consume latest cyclonedx-core-java in cyclonedx-maven-plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages