mirror of https://github.com/apache/maven.git
Removed @readonly from finalName for this plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a707e0ce99
commit
ec3b76f58d
|
@ -87,7 +87,6 @@ public class AssemblyMojo
|
||||||
/**
|
/**
|
||||||
* @parameter expression="${project.build.finalName}"
|
* @parameter expression="${project.build.finalName}"
|
||||||
* @required
|
* @required
|
||||||
* @readonly
|
|
||||||
*/
|
*/
|
||||||
private String finalName;
|
private String finalName;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue