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

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


The following commit(s) were added to refs/heads/CODE-CLEANUP by this push:
     new a82d5f3  Fixed checkstyle issue.
a82d5f3 is described below

commit a82d5f320f803c6f9c433454d6e0d99daf94c71a
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Wed Mar 7 22:48:17 2018 +0100

    Fixed checkstyle issue.
---
 src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java | 6 +++---
 1 file changed, 3 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 a7d2964..f8285d9 100644
--- a/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
@@ -127,9 +127,9 @@ public abstract class AbstractEarMojo
     // CHECKSTYLE_ON: LineLength
 
     /**
-     * When using a {@link #outputFileNameMapping} with versions, either use 
the {@code baseVersion} or the {@code version}.
-     * When the artifact is a SNAPSHOT, {@code version} will always return a 
value with a {@code -SNAPSHOT} postfix
-     * instead of the possible timestamped value.
+     * When using a {@link #outputFileNameMapping} with versions, either use 
the {@code baseVersion} or the
+     * {@code version}. When the artifact is a SNAPSHOT, {@code version} will 
always return a value with a
+     * {@code -SNAPSHOT} postfix instead of the possible timestamped value.
      */
     @Parameter
     private Boolean useBaseVersion;

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to