public interface MavenExecutor
| Modifier and Type | Method and Description | 
|---|---|
| void | executeGoals(File workingDirectory,
            String goals,
            ReleaseEnvironment releaseEnvironment,
            boolean interactive,
            String additionalArguments,
            String pomFileName,
            ReleaseResult result)Execute goals using Maven. | 
void executeGoals(File workingDirectory, String goals, ReleaseEnvironment releaseEnvironment, boolean interactive, String additionalArguments, String pomFileName, ReleaseResult result) throws MavenExecutorException
workingDirectory - the directory to execute ingoals - the goals to run (space delimited)releaseEnvironment - the environmental settings, maven-home, etc used for this releaseinteractive - whether to execute in interactive mode, or the default batch modeadditionalArguments - additional arguments to pass to the Maven commandpomFileName - the file name of the POM to execute onresult - holds all results of the executionMavenExecutorException - if an error occurred executing MavenCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.