Invoker |
DefaultInvoker.setErrorHandler(InvocationOutputHandler errorHandler) |
|
Invoker |
Invoker.setErrorHandler(InvocationOutputHandler errorHandler) |
Sets the handler used to capture the error output from the Maven build.
|
Invoker |
DefaultInvoker.setInputStream(java.io.InputStream inputStream) |
|
Invoker |
Invoker.setInputStream(java.io.InputStream inputStream) |
Sets the input stream used to provide input for the invoked Maven build.
|
Invoker |
DefaultInvoker.setLocalRepositoryDirectory(java.io.File localRepositoryDirectory) |
|
Invoker |
Invoker.setLocalRepositoryDirectory(java.io.File localRepositoryDirectory) |
Sets the path to the base directory of the local repository to use for the Maven invocation.
|
Invoker |
DefaultInvoker.setLogger(InvokerLogger logger) |
|
Invoker |
Invoker.setLogger(InvokerLogger logger) |
Sets the logger used by this invoker to output diagnostic messages.
|
Invoker |
DefaultInvoker.setMavenExecutable(java.io.File mavenExecutable) |
|
Invoker |
Invoker.setMavenExecutable(java.io.File mavenExecutable) |
mavenExecutable can either be a file relative to ${maven.home}/bin/ or an absolute file.
|
Invoker |
DefaultInvoker.setMavenHome(java.io.File mavenHome) |
|
Invoker |
Invoker.setMavenHome(java.io.File mavenHome) |
Sets the path to the base directory of the Maven installation used to invoke Maven.
|
Invoker |
DefaultInvoker.setOutputHandler(InvocationOutputHandler outputHandler) |
|
Invoker |
Invoker.setOutputHandler(InvocationOutputHandler outputHandler) |
Sets the handler used to capture the standard output from the Maven build.
|
Invoker |
DefaultInvoker.setWorkingDirectory(java.io.File workingDirectory) |
|
Invoker |
Invoker.setWorkingDirectory(java.io.File workingDirectory) |
Sets the working directory for the Maven invocation.
|