Class GenerateMavenBOMMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.vaadin.flow.plugin.maven.GenerateMavenBOMMojo
com.vaadin.hilla.maven.GenerateMavenBOMMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-maven-sbom", requiresDependencyResolution=COMPILE, defaultPhase=PROCESS_RESOURCES) public class GenerateMavenBOMMojo extends com.vaadin.flow.plugin.maven.GenerateMavenBOMMojo
Goal that generates a CycloneDX SBOM file focused on backend dependencies.
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.vaadin.flow.plugin.maven.GenerateMavenBOMMojo

    execute

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GenerateMavenBOMMojo

      public GenerateMavenBOMMojo()