protected MavenExecutionPlan calculateExecutionPlan()

in src/main/java/org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java [101:107]


    protected MavenExecutionPlan calculateExecutionPlan() throws MojoExecutionException {
        try {
            return lifecycleExecutor.calculateExecutionPlan(session, tasks);
        } catch (Exception e) {
            throw new MojoExecutionException("Cannot calculate Maven execution plan" + e.getMessage(), e);
        }
    }