@Mojo(name="veraxx",
defaultPhase=TEST)
public class VeraxxMojo
extends AbstractLaunchMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
skip
Set this to "true" to bypass unit tests entirely.
|
protected boolean |
skipTests
Set this to "true" to skip running tests, but still compile them.
|
basedir, project, reactorProjects, session, settings| Constructor and Description |
|---|
VeraxxMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getArgsList() |
protected String |
getCommandArgs() |
protected String |
getExecutable() |
protected InputStream |
getInputStream() |
protected Map |
getMoreEnvironmentVariables() |
protected OutputStream |
getOutputStreamErr() |
protected List<String> |
getSuccesCode()
The current build session instance.
|
protected File |
getWorkingDir() |
protected boolean |
isSkip() |
protected void |
preExecute(org.apache.commons.exec.Executor exec,
org.apache.commons.exec.CommandLine commandLine,
Properties enviro) |
execute, getEnvs, getOutputStreamOut, isResultCodeAFailure, parseCommandlineArgs, postExecute@Parameter(property="skipTests",
defaultValue="false")
protected boolean skipTests
@Parameter(property="maven.test.skip",
defaultValue="false")
protected boolean skip
skipTests parameter instead.protected List<String> getArgsList()
getArgsList in class AbstractLaunchMojoprotected void preExecute(org.apache.commons.exec.Executor exec,
org.apache.commons.exec.CommandLine commandLine,
Properties enviro)
throws org.apache.maven.plugin.MojoExecutionException
preExecute in class AbstractLaunchMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected String getCommandArgs()
getCommandArgs in class AbstractLaunchMojoprotected OutputStream getOutputStreamErr()
getOutputStreamErr in class AbstractLaunchMojoprotected InputStream getInputStream()
getInputStream in class AbstractLaunchMojoprotected String getExecutable()
getExecutable in class AbstractLaunchMojoprotected Map getMoreEnvironmentVariables()
getMoreEnvironmentVariables in class AbstractLaunchMojoprotected List<String> getSuccesCode()
AbstractLaunchMojogetSuccesCode in class AbstractLaunchMojoprotected File getWorkingDir()
getWorkingDir in class AbstractLaunchMojoprotected boolean isSkip()
isSkip in class AbstractLaunchMojoCopyright © 2010–2017 Neticoa SAS. All rights reserved.