public interface MojosExecutionStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
execute(List<MojoExecution> mojos,
MavenSession session,
MojoExecutionRunner mojoExecutionRunner)
Entry point to the execution strategy
|
void execute(List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoExecutionRunner) throws LifecycleExecutionException
mojos - list of mojos representing a project buildsession - current sessionmojoExecutionRunner - mojo execution task which must be invoked by a strategy to actually run itLifecycleExecutionExceptionCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.