This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 58f46a5 Fix javadoc
58f46a5 is described below
commit 58f46a5aef0ab7df17cbc0981c50bc98bc7abc1d
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 811039c..ffb62b9 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
*/
@@ -347,7 +347,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