| Class | Description |
|---|---|
| BuildFrontendMojo |
Goal that builds the frontend bundle.
|
| CleanFrontendMojo |
Goal that cleans the frontend files to a clean state.
|
| CopyProductionFilesMojo |
Goal that copies all production mode files into the
CopyProductionFilesMojo.copyOutputDirectory directory. |
| FlowModeAbstractMojo |
The base class of Flow Mojos in order to compute correctly the modes.
|
| Fragment |
Intended to be used by Maven to specify fragments.
|
| FrontendDanceMojo |
This is the hidden `vaadin:dance` to clean up the frontend files.
|
| MigrateMojo |
This goal migrates project from compatibility mode to NPM mode.
|
| PackageForProductionMojo |
Goal that prepares all web files from
PackageForProductionMojo.transpileEs6SourceDirectory for production
mode: minifies, transpiles and bundles them. |
| PrepareFrontendMojo |
This goal checks that node and npm tools are installed, copies frontend
resources available inside `.jar` dependencies to `node_modules`, and creates
or updates `package.json` and `webpack.config.json` files.
|
| PrepareFrontendMojo.VaildateMojo | Deprecated
use
PrepareFrontendMojo instead |
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.