@Named @Singleton public class DefaultMojosExecutionStrategy extends Object implements MojosExecutionStrategy
| Constructor and Description |
|---|
DefaultMojosExecutionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(List<MojoExecution> mojos,
MavenSession session,
MojoExecutionRunner mojoRunner)
Entry point to the execution strategy
|
public void execute(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 itLifecycleExecutionExceptionCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.