This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2568cd3 [MEAR-260] - Remove finalName as a parameter
2568cd3 is described below
commit 2568cd383c10330efd6766bb9f25fef079c204dd
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].