elharo commented on code in PR #62:
URL: https://github.com/apache/maven-jar-plugin/pull/62#discussion_r1345667634


##########
src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java:
##########
@@ -286,6 +292,10 @@ public void execute() throws MojoExecutionException {
                     + "Please see the >>Major Version Upgrade to version 
3.0.0<< on the plugin site.");
         }
 
+        if (skipJar) {
+             getLog().info("Skipping packaging ");

Review Comment:
   This doesn't seem to skip anything



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to