@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
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
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.