public class ForkedMavenExecutor extends AbstractMavenExecutor
|
ROLE| Constructor and Description |
|---|
ForkedMavenExecutor() |
| Modifier and Type | Method and Description |
|---|---|
static int |
executeCommandLine(Commandline cl,
InputStream systemIn,
OutputStream systemOut,
OutputStream systemErr) |
void |
executeGoals(File workingDirectory,
List<String> goals,
ReleaseEnvironment releaseEnvironment,
boolean interactive,
String additionalArguments,
String pomFileName,
ReleaseResult relResult) |
void |
setCommandLineFactory(CommandLineFactory commandLineFactory) |
enableLogging, encryptSettings, executeGoals, executeGoals, executeGoals, executeGoals, getLogger, getSettingsWriterpublic void executeGoals(File workingDirectory, List<String> goals, ReleaseEnvironment releaseEnvironment, boolean interactive, String additionalArguments, String pomFileName, ReleaseResult relResult) throws MavenExecutorException
executeGoals in class AbstractMavenExecutorMavenExecutorExceptionpublic void setCommandLineFactory(CommandLineFactory commandLineFactory)
public static int executeCommandLine(Commandline cl, InputStream systemIn, OutputStream systemOut, OutputStream systemErr) throws CommandLineException
CommandLineExceptionCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.