Package | Description |
---|---|
org.apache.maven.plugin.failsafe |
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
|
org.apache.maven.plugin.surefire |
Modifier and Type | Field and Description |
---|---|
private PluginConsoleLogger |
VerifyMojo.consoleLogger |
Modifier and Type | Method and Description |
---|---|
private PluginConsoleLogger |
VerifyMojo.getConsoleLogger() |
Modifier and Type | Field and Description |
---|---|
private PluginConsoleLogger |
AbstractSurefireMojo.consoleLogger |
Modifier and Type | Method and Description |
---|---|
protected PluginConsoleLogger |
AbstractSurefireMojo.getConsoleLogger() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CommandLineOption> |
SurefireHelper.commandLineOptions(org.apache.maven.execution.MavenSession session,
PluginConsoleLogger log) |
private static java.lang.String |
AbstractSurefireMojo.getConfiguratorName(org.apache.maven.artifact.versioning.ArtifactVersion version,
PluginConsoleLogger log) |
static void |
SurefireHelper.logDebugOrCliShowErrors(java.lang.String s,
PluginConsoleLogger log,
java.util.Collection<CommandLineOption> cli) |
static void |
SurefireHelper.reportExecution(SurefireReportParameters reportParameters,
RunResult result,
PluginConsoleLogger log,
java.lang.Exception firstForkException) |