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

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


The following commit(s) were added to refs/heads/clean by this push:
     new 7d92f45  better javadoc
7d92f45 is described below

commit 7d92f4595fb60d7fd872c0e25f71f414640614d1
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Mon Nov 18 09:10:09 2024 -0500

    better javadoc
---
 src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java 
b/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
index 078f97c..01004c5 100644
--- a/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
@@ -105,10 +105,9 @@ public abstract class AbstractEarMojo extends AbstractMojo 
{
     private Boolean includeLibInApplicationXml = Boolean.FALSE;
 
     /**
-     * Only here to identify migration issues. The usage of this parameter 
will fail the build. If you need file name
-     * mapping please use {@link #outputFileNameMapping} instead.
+     * Only here to identify migration issues. The usage of this parameter 
will fail the build.
      *
-     * @deprecated
+     * @deprecated use {@link #outputFileNameMapping}
      */
     @Deprecated
     @Parameter

Reply via email to