Package com.vaadin.flow.plugin.maven
Class FrontendDanceMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.vaadin.flow.plugin.maven.FlowModeAbstractMojo
-
- com.vaadin.flow.plugin.maven.CleanFrontendMojo
-
- com.vaadin.flow.plugin.maven.FrontendDanceMojo
-
- All Implemented Interfaces:
PluginAdapterBase,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="dance", defaultPhase=PRE_CLEAN) public class FrontendDanceMojo extends CleanFrontendMojoThis is the hidden `vaadin:dance` to clean up the frontend files.- Since:
-
-
Field Summary
-
Fields inherited from class com.vaadin.flow.plugin.maven.CleanFrontendMojo
DEPENDENCIES, DEV_DEPENDENCIES, OVERRIDES, VAADIN
-
Fields inherited from class com.vaadin.flow.plugin.maven.FlowModeAbstractMojo
INCLUDE_FROM_COMPILE_DEPS_REGEX
-
-
Constructor Summary
Constructors Constructor Description FrontendDanceMojo()
-
Method Summary
-
Methods inherited from class com.vaadin.flow.plugin.maven.CleanFrontendMojo
execute
-
Methods inherited from class com.vaadin.flow.plugin.maven.FlowModeAbstractMojo
applicationProperties, buildFolder, eagerServerLoad, frontendDirectory, generatedFolder, generatedTsFolder, getClassFinder, getClasspathElements, getJarFiles, getUseDeprecatedV14Bootstrapping, isDebugEnabled, isJarProject, javaResourceFolder, javaSourceFolder, logDebug, logError, logInfo, logWarn, logWarn, nodeAutoUpdate, nodeDownloadRoot, nodeVersion, npmFolder, openApiJsonFile, pnpmEnable, postinstallPackages, productionMode, projectBaseDirectory, requireHomeNodeExec, servletResourceOutputDirectory, 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, isUseDeprecatedV14Bootstrapping
-
-