in src/main/java/org/apache/maven/plugins/jar/TestJarMojo.java [92:98]
public void execute() throws MojoExecutionException {
if (skip) {
getLog().info("Skipping packaging of the test-jar");
} else {
super.execute();
}
}