vaadin / appsec-kit

Other
1 stars 0 forks source link

Simplify SBOM generation in demo apps #47

Closed tamasmak closed 1 year ago

tamasmak commented 1 year ago

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