desruisseaux commented on code in PR #508:
URL: https://github.com/apache/maven-jar-plugin/pull/508#discussion_r3805948497
##########
src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java:
##########
@@ -72,23 +72,20 @@ public abstract class AbstractJarMojo implements
org.apache.maven.api.plugin.Moj
protected String[] excludes;
/**
- * Directory containing the generated JAR.
+ * Directory containing the generated <abbr>JAR</abbr> files.
*/
@Parameter(defaultValue = "${project.build.directory}", required = true)
protected Path outputDirectory;
/**
- * Name of the generated JAR.
+ * Name of the generated <abbr>JAR</abbr> file.
Review Comment:
Indeed, the usefulness of `<abbr>` without `title` is uncertain. I sometime
use `<abbr>` anyway in the hope to give a very slight help to the robots with
the semantic. It would also be possible in the future, if we wanted, to have a
doclet adding the `title` automatically at javadoc generation time.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]