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
-
-
Constructor Summary
Constructors Constructor Description CheckBuildPlanMojo(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session, org.apache.maven.lifecycle.LifecycleExecutor lifecycleExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.maven.lifecycle.MavenExecutionPlan
calculateExecutionPlan()
void
execute()
-
-
-
Method Detail
-
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
-
-