Class FlowModeAbstractMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.vaadin.flow.plugin.maven.FlowModeAbstractMojo
All Implemented Interfaces:
PluginAdapterBase, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
BuildFrontendMojo, CleanFrontendMojo, ConvertPolymerMojo, GenerateNpmBOMMojo, PrepareFrontendMojo

public abstract class FlowModeAbstractMojo extends org.apache.maven.plugin.AbstractMojo implements PluginAdapterBase
The base class of Flow Mojos in order to compute correctly the modes.
Since:
2.0
  • Field Details

    • INCLUDE_FROM_COMPILE_DEPS_REGEX

      public static final String INCLUDE_FROM_COMPILE_DEPS_REGEX
      Additionally include compile-time-only dependencies matching the pattern.
      See Also:
    • productionMode

      @Parameter(defaultValue="${null}") protected Boolean productionMode
      Whether or not we are running in productionMode.
  • Constructor Details

    • FlowModeAbstractMojo

      public FlowModeAbstractMojo()
  • Method Details