Class CheckBuildPlanMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.artifact.buildinfo.CheckBuildPlanMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="check-buildplan",
threadSafe=true,
requiresProject=true)
public class CheckBuildPlanMojo
extends org.apache.maven.plugin.AbstractMojo
Check from buildplan that plugins used don't have known Reproducible Builds issues.
- Since:
- 3.3.0
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
ConstructorsConstructorDescriptionCheckBuildPlanMojo
(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session, org.apache.maven.lifecycle.LifecycleExecutor lifecycleExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.maven.lifecycle.MavenExecutionPlan
void
execute()
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CheckBuildPlanMojo
@Inject public CheckBuildPlanMojo(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session, org.apache.maven.lifecycle.LifecycleExecutor lifecycleExecutor)
-
-
Method Details
-
calculateExecutionPlan
protected org.apache.maven.lifecycle.MavenExecutionPlan calculateExecutionPlan() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-