Package org.apache.maven.buildcache
Class BuildCacheMojosExecutionStrategy
- java.lang.Object
-
- org.apache.maven.buildcache.BuildCacheMojosExecutionStrategy
-
-
Constructor Summary
Constructors Constructor Description BuildCacheMojosExecutionStrategy(CacheController cacheController, CacheConfig cacheConfig, MojoParametersListener mojoListener, LifecyclePhasesHelper lifecyclePhasesHelper, org.apache.maven.plugin.MavenPluginManager mavenPluginManager, org.apache.maven.execution.scope.internal.MojoExecutionScope mojoExecutionScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(List<org.apache.maven.plugin.MojoExecution> mojoExecutions, org.apache.maven.execution.MavenSession session, org.apache.maven.plugin.MojoExecutionRunner mojoExecutionRunner)
-
-
-
Constructor Detail
-
BuildCacheMojosExecutionStrategy
@Inject public BuildCacheMojosExecutionStrategy(CacheController cacheController, CacheConfig cacheConfig, MojoParametersListener mojoListener, LifecyclePhasesHelper lifecyclePhasesHelper, org.apache.maven.plugin.MavenPluginManager mavenPluginManager, org.apache.maven.execution.scope.internal.MojoExecutionScope mojoExecutionScope)
-
-
Method Detail
-
execute
public void execute(List<org.apache.maven.plugin.MojoExecution> mojoExecutions, org.apache.maven.execution.MavenSession session, org.apache.maven.plugin.MojoExecutionRunner mojoExecutionRunner) throws org.apache.maven.lifecycle.LifecycleExecutionException
- Specified by:
execute
in interfaceorg.apache.maven.plugin.MojosExecutionStrategy
- Throws:
org.apache.maven.lifecycle.LifecycleExecutionException
-
-