public abstract class FlowModeAbstractMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
compatibility
The actual compatibility mode boolean.
|
String |
compatibilityMode
Whether or not we are running in compatibility mode.
|
boolean |
productionMode
Whether or not we are running in productionMode.
|
protected File |
webpackOutputDirectory
The folder where webpack should output index.js and other generated
files.
|
| Constructor and Description |
|---|
FlowModeAbstractMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${vaadin.bowerMode}",
alias="bowerMode")
public String compatibilityMode
@Parameter(defaultValue="${vaadin.productionMode}")
public boolean productionMode
@Parameter(defaultValue="${project.build.outputDirectory}/META-INF/VAADIN/")
protected File webpackOutputDirectory
protected boolean compatibility
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.