protected void skip()

in src/main/java/org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java [123:130]


    protected void skip(MavenProject last) throws MojoExecutionException {
        if (aggregateOnly) {
            return;
        }

        // try to download reference artifacts for current project and check if there are issues to give early feedback
        checkAgainstReference(generateBuildinfo(true), true);
    }