Class 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 Detail

      • CheckBuildPlanMojo

        @Inject
        public CheckBuildPlanMojo​(org.apache.maven.project.MavenProject project,
                                  org.apache.maven.execution.MavenSession session,
                                  org.apache.maven.lifecycle.LifecycleExecutor lifecycleExecutor)
    • 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