This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MEAR-260 in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
commit 2427ba10e86aa9b64e28073f12cf5e298606908c Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Thu Mar 8 20:24:19 2018 +0100 [MEAR-260] - Remove finalName as a parameter --- src/main/java/org/apache/maven/plugins/ear/EarMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/ear/EarMojo.java b/src/main/java/org/apache/maven/plugins/ear/EarMojo.java index df089bd..c29d938 100644 --- a/src/main/java/org/apache/maven/plugins/ear/EarMojo.java +++ b/src/main/java/org/apache/maven/plugins/ear/EarMojo.java @@ -154,7 +154,7 @@ public class EarMojo /** * The name of the EAR file to generate. */ - @Parameter( defaultValue = "${project.build.finalName}", required = true ) + @Parameter( defaultValue = "${project.build.finalName}", required = true, readonly = true ) private String finalName; /** -- To stop receiving notification emails like this one, please contact [email protected].
