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

    Constructors
    Constructor
    Description
    CheckBuildPlanMojo(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session, org.apache.maven.lifecycle.LifecycleExecutor lifecycleExecutor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.maven.lifecycle.MavenExecutionPlan
     
    void
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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