@Named @Singleton public class DefaultMojosExecutionStrategy extends java.lang.Object implements MojosExecutionStrategy
| Constructor and Description |
|---|
DefaultMojosExecutionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.util.List<MojoExecution> mojos,
MavenSession session,
MojoExecutionRunner mojoRunner)
Entry point to the execution strategy
|
public void execute(java.util.List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoRunner) throws LifecycleExecutionException
MojosExecutionStrategyexecute in interface MojosExecutionStrategymojos - list of mojos representing a project buildsession - current sessionmojoRunner - mojo execution task which must be invoked by a strategy to actually run itLifecycleExecutionException