@Mojo(name="runner",
threadSafe=true,
aggregator=true,
requiresDependencyResolution=COMPILE,
requiresDependencyCollection=COMPILE)
@Execute(phase=PACKAGE)
public class BladeRunnerMojo
extends BladeRunMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enableApplicationReload |
protected boolean |
enableBladeConsole |
protected boolean |
fork |
protected static int |
SHUTDOWN_DEFAULT_PORT
To honor Rutger Hauer (1944 – 2019)
|
| Constructor and Description |
|---|
BladeRunnerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected static final int SHUTDOWN_DEFAULT_PORT
@Parameter(defaultValue="false") protected boolean fork
@Parameter(defaultValue="true") protected boolean enableBladeConsole
@Parameter(defaultValue="false") protected boolean enableApplicationReload
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class BladeRunMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2021. All rights reserved.