public void execute()

in src/main/java/org/apache/maven/plugins/jar/TestJarMojo.java [85:91]


    public void execute() throws MojoException {
        if (skip) {
            getLog().info("Skipping packaging of the test-jar");
        } else {
            super.execute();
        }
    }