public class InvokerMavenExecutor extends AbstractMavenExecutor
| Modifier and Type | Field and Description |
|---|---|
static char |
ALTERNATE_USER_TOOLCHAINS |
ROLE| Constructor and Description |
|---|
InvokerMavenExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeGoals(File workingDirectory,
List<String> goals,
ReleaseEnvironment releaseEnvironment,
boolean interactive,
String additionalArguments,
String pomFileName,
ReleaseResult result) |
protected org.apache.maven.shared.invoker.InvokerLogger |
getInvokerLogger() |
protected org.apache.maven.shared.invoker.InvocationOutputHandler |
getOutputHandler() |
protected void |
setupRequest(org.apache.maven.shared.invoker.InvocationRequest req,
org.apache.maven.shared.invoker.InvokerLogger bridge,
String additionalArguments) |
enableLogging, encryptSettings, executeGoals, executeGoals, executeGoals, executeGoals, getLogger, getSettingsWriterpublic static final char ALTERNATE_USER_TOOLCHAINS
protected void setupRequest(org.apache.maven.shared.invoker.InvocationRequest req,
org.apache.maven.shared.invoker.InvokerLogger bridge,
String additionalArguments)
throws MavenExecutorException
MavenExecutorExceptionpublic void executeGoals(File workingDirectory, List<String> goals, ReleaseEnvironment releaseEnvironment, boolean interactive, String additionalArguments, String pomFileName, ReleaseResult result) throws MavenExecutorException
executeGoals in class AbstractMavenExecutorMavenExecutorExceptionprotected org.apache.maven.shared.invoker.InvokerLogger getInvokerLogger()
protected org.apache.maven.shared.invoker.InvocationOutputHandler getOutputHandler()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.