Package | Description |
---|---|
org.apache.maven.plugins.invoker |
Modifier and Type | Method and Description |
---|---|
private FileLogger |
AbstractInvokerMojo.setupBuildLogFile(java.io.File basedir)
Initializes the build logger for the specified project.
|
Modifier and Type | Method and Description |
---|---|
private void |
AbstractInvokerMojo.runPostBuildHook(java.io.File basedir,
java.util.Map<java.lang.String,java.lang.Object> context,
FileLogger logger) |
private void |
AbstractInvokerMojo.setupLoggerForBuildJob(FileLogger logger,
org.apache.maven.shared.invoker.InvocationRequest request) |
private void |
AbstractInvokerMojo.verify(org.apache.maven.shared.invoker.InvocationResult result,
int invocationIndex,
InvokerProperties invokerProperties,
FileLogger logger)
Verifies the invocation result.
|