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.AbstractMojoCheck from buildplan that plugins used don't have known Reproducible Builds issues.- Since:
 - 3.3.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CheckBuildPlanMojo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.maven.lifecycle.MavenExecutionPlancalculateExecutionPlan()voidexecute() 
 - 
 
- 
- 
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
 
 - 
 
 -