public void execute()

in src/main/java/org/apache/maven/plugins/resources/TestResourcesMojo.java [66:72]


    public void execute() throws MojoExecutionException {
        if (skip) {
            getLog().info("Not copying test resources");
        } else {
            super.execute();
        }
    }