This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch jd
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit 0926ace1cb095bd9eec9d0ac8fc166c4bced893e
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Nov 11 05:27:11 2025 -0600

    Fix javadoc
---
 src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java 
b/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
index 058ac05..996ad03 100644
--- a/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
@@ -166,7 +166,7 @@ public abstract class AbstractJarMojo implements 
org.apache.maven.api.plugin.Moj
     protected AbstractJarMojo() {}
 
     /**
-     * Specifies whether to attach the jar to the project
+     * Specifies whether to attach the jar to the project.
      *
      * @since 4.0.0-beta-2
      */
@@ -210,7 +210,7 @@ public abstract class AbstractJarMojo implements 
org.apache.maven.api.plugin.Moj
      * Returns the JAR file to generate, based on an optional classifier.
      *
      * @param basedir the output directory
-     * @param resultFinalName the name of the ear file
+     * @param resultFinalName the name of the JAR file
      * @param classifier an optional classifier
      * @return the file to generate
      */
@@ -341,7 +341,7 @@ public abstract class AbstractJarMojo implements 
org.apache.maven.api.plugin.Moj
     }
 
     /**
-     * Return {@code true} in case where the classifier is not {@code null} 
and contains something else than white spaces.
+     * Return {@code true} if the classifier is not {@code null} and contains 
something other than white spaces.
      *
      * @param classifier the classifier to verify
      * @return {@code true} if the classifier is set

Reply via email to