Interface MavenExecutor
- All Known Implementing Classes:
AbstractMavenExecutor,ForkedMavenExecutor,InvokerMavenExecutor
public interface MavenExecutor
Execute Maven. May be implemented as a forked instance, or embedded.
- Author:
- Brett Porter
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteGoals(File workingDirectory, String goals, ReleaseEnvironment releaseEnvironment, boolean interactive, String additionalArguments, String pomFileName, ReleaseResult result) Execute goals using Maven.
-
Method Details