@Mojo(name="cppcheck", defaultPhase=TEST) public class CppCheckMojo 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 |
---|
CppCheckMojo() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getArgsList() |
protected String |
getCommandArgs() |
protected String |
getExecutable() |
protected Map |
getMoreEnvironmentVariables() |
protected OutputStream |
getOutputStreamErr() |
protected List<String> |
getSuccesCode()
The current build session instance.
|
protected File |
getWorkingDir() |
protected boolean |
isSkip() |
execute, getEnvs, getInputStream, getOutputStreamOut, isResultCodeAFailure, parseCommandlineArgs, postExecute, preExecute
@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 AbstractLaunchMojo
protected String getCommandArgs()
getCommandArgs
in class AbstractLaunchMojo
protected OutputStream getOutputStreamErr()
getOutputStreamErr
in class AbstractLaunchMojo
protected String getExecutable()
getExecutable
in class AbstractLaunchMojo
protected Map getMoreEnvironmentVariables()
getMoreEnvironmentVariables
in class AbstractLaunchMojo
protected List<String> getSuccesCode()
AbstractLaunchMojo
getSuccesCode
in class AbstractLaunchMojo
protected File getWorkingDir()
getWorkingDir
in class AbstractLaunchMojo
protected boolean isSkip()
isSkip
in class AbstractLaunchMojo
Copyright © 2010–2017 Neticoa SAS. All rights reserved.