File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/java/org/apache/maven/plugins/assembly/mojos Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,11 @@ public abstract class AbstractAssemblyMojo extends AbstractMojo implements Assem
130
130
private File outputDirectory ;
131
131
132
132
/**
133
- * The filename of the assembled distribution file.
133
+ * The filename of the assembled distribution file.<br/>
134
+ * <b>NOTE:</b> This parameter has only impact on name in project target directory,
135
+ * installed/deployed artifacts will follow convention for artifact names.
134
136
*/
135
- @ Parameter (defaultValue = "${project.build.finalName}" , required = true , readonly = true )
137
+ @ Parameter (defaultValue = "${project.build.finalName}" , required = true )
136
138
private String finalName ;
137
139
138
140
/**
You can’t perform that action at this time.
0 commit comments