This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-jar-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/maven-jar-plugin-3.x by this
push:
new d5a438b Fix javadoc
d5a438b is described below
commit d5a438b6add9a9115f5a2c9b27db67e0d962bb74
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 e6d2b18..da6e5a9 100644
--- a/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java
@@ -172,7 +172,7 @@ public abstract class AbstractJarMojo extends AbstractMojo {
private boolean addDefaultExcludes;
/**
- * Specifies whether to attach the jar to the project
+ * Specifies whether to attach the jar to the project.
*
* @since 3.5.0
*/
@@ -246,7 +246,7 @@ public abstract class AbstractJarMojo extends AbstractMojo {
* 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
*/
@@ -382,7 +382,7 @@ public abstract class AbstractJarMojo extends AbstractMojo {
}
/**
- * 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.
*
* @return {@code true} if the classifier is set.
*/