This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MEAR-262 in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
commit 491605e345e6da4b56604c7c4a67f1e117cadc8f Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Thu Mar 8 21:08:50 2018 +0100 [MEAR-262] - Missing since for outputFileNameMapping parameter --- src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java | 2 ++ 1 file changed, 2 insertions(+) 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 f8285d9..771ba81 100644 --- a/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java +++ b/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java @@ -120,6 +120,8 @@ public abstract class AbstractEarMojo * The file name mapping to use for all dependencies included in the EAR file. The mapping between artifacts and the * file names which is used within the EAR file. Details see * <a href="http://maven.apache.org/shared/maven-mapping/index.html">Maven Mapping Reference</a>. + * + * @since 3.0.0 */ // CHECKSTYLE_OFF: LineLength @Parameter( defaultValue = "@{groupId}@-@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@", required = true ) -- To stop receiving notification emails like this one, please contact [email protected].
