@Mojo(name="start",
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
requiresDependencyCollection=COMPILE_PLUS_RUNTIME)
public class StartMojo
extends AbstractSwarmMojo
| Modifier and Type | Field and Description |
|---|---|
List<String> |
arguments |
String |
argumentsProp |
Integer |
debugPort |
List<String> |
jvmArguments |
File |
stderrFile |
File |
stdoutFile |
boolean |
useUberJar |
additionalFractions, additionalModules, environment, environmentFile, fractionDetectMode, mainClass, mavenSession, project, projectBuildDir, properties, propertiesFile, remoteRepositories, repositorySystem, repositorySystemSession, resolver, skipAll| Constructor and Description |
|---|
StartMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSpecific() |
protected SwarmExecutor |
executor(Path appPath,
String name,
boolean scanDependencies) |
protected SwarmExecutor |
jarExecutor() |
protected SwarmExecutor |
uberJarExecutor() |
protected SwarmExecutor |
warExecutor() |
artifactToArtifactSpec, createBuckets, deprecationWarnings, execute, initEnvironment, initProperties, mavenArtifactResolvingHelper@Parameter(alias="stdoutFile",
property="swarm.stdout")
public File stdoutFile
@Parameter(alias="stderrFile",
property="swarm.stderr")
public File stderrFile
@Parameter(alias="useUberJar",
defaultValue="${wildfly-swarm.useUberJar}")
public boolean useUberJar
@Parameter(alias="debug",
property="swarm.debug.port")
public Integer debugPort
@Parameter(alias="jvmArguments",
property="swarm.jvmArguments")
public List<String> jvmArguments
@Parameter(property="swarm.arguments",
defaultValue="")
public String argumentsProp
public void executeSpecific()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
executeSpecific in class AbstractSwarmMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected SwarmExecutor uberJarExecutor() throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected SwarmExecutor warExecutor() throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected SwarmExecutor jarExecutor() throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected SwarmExecutor executor(Path appPath, String name, boolean scanDependencies) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.