[
https://issues.apache.org/jira/browse/MWAR-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15248590#comment-15248590
]
Anders Hammar commented on MWAR-373:
------------------------------------
There should be 'readonly' in there also, right?
> Make finalName readonly parameter
> ---------------------------------
>
> Key: MWAR-373
> URL: https://issues.apache.org/jira/browse/MWAR-373
> Project: Maven WAR Plugin
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Karl Heinz Marbaise
> Priority: Minor
> Fix For: 3.0.0
>
>
> We should make the parameter readonly and remove the property.
> {code:java}
> @Parameter( defaultValue = "${project.build.finalName}", property =
> "war.warName", required = true )
> {code}
> into:
> {code:java}
> @Parameter( defaultValue = "${project.build.finalName}", required = true )
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)