Class GenerateNpmBOMMojo

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

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

    Fields inherited from class com.vaadin.flow.plugin.maven.FlowModeAbstractMojo

    INCLUDE_FROM_COMPILE_DEPS_REGEX

    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.GenerateNpmBOMMojo

    executeInternal

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

    applicationIdentifier, applicationProperties, buildFolder, bunEnable, eagerServerLoad, execute, frontendDirectory, frontendExtraFileExtensions, frontendOutputDirectory, generatedTsFolder, getClassFinder, getJarFiles, isCommercialBannerEnabled, isDebugEnabled, isFrontendHotdeploy, isFrontendIgnoreVersionChecks, isHillaAvailable, isHillaAvailable, isHillaUsed, isHillaUsed, isJarProject, isNpmExcludeWebComponents, isPrepareFrontendCacheDisabled, isReactEnabled, javaResourceFolder, javaSourceFolder, logDebug, logDebug, logError, logError, logInfo, logWarn, logWarn, nodeAutoUpdate, nodeDownloadRoot, nodeVersion, npmFolder, openApiJsonFile, pnpmEnable, postinstallPackages, projectBaseDirectory, requireHomeNodeExec, servletResourceOutputDirectory, skipDevBundleBuild, triggerRefresh, useGlobalPnpm, webpackOutputDirectory

    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

    Methods inherited from interface com.vaadin.flow.plugin.base.PluginAdapterBase

    createLookup
  • Constructor Details

    • GenerateNpmBOMMojo

      public GenerateNpmBOMMojo()