With this change the cyclonedx-maven-plugin generates the SBOM file to the ${project.build.outputDirectory}/resources immediately and there is no need for the maven-resource-plugin anymore.
Also, the cyclonedx-maven-plugin runs during the generate-resources phase now. With this there is no need to run mvn install before running the application with maven jetty:run
With this change the
cyclonedx-maven-plugin
generates the SBOM file to the${project.build.outputDirectory}/resources
immediately and there is no need for themaven-resource-plugin
anymore. Also, thecyclonedx-maven-plugin
runs during thegenerate-resources
phase now. With this there is no need to runmvn install
before running the application withmaven jetty:run