@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
MojosExecutionStrategy
execute
in interface MojosExecutionStrategy
mojos
- list of mojos representing a project buildsession
- current sessionmojoRunner
- mojo execution task which must be invoked by a strategy to actually run itLifecycleExecutionException