public void execute()

in src/main/java/org/apache/sling/maven/bundlesupport/BundleInstallMojo.java [46:53]


    public void execute() throws MojoExecutionException {
        // don't do anything, if this step is to be skipped
        if (skip) {
            getLog().debug("Skipping bundle installation as instructed");
            return;
        }
        super.execute();
    }