You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/04/19 22:47:25 UTC

[jira] [Deleted] (MWAR-374) Make finalName readonly parameter

     [ https://issues.apache.org/jira/browse/MWAR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise deleted MWAR-374:
-------------------------------------


> Make finalName readonly parameter
> ---------------------------------
>
>                 Key: MWAR-374
>                 URL: https://issues.apache.org/jira/browse/MWAR-374
>             Project: Maven WAR Plugin
>          Issue Type: Improvement
>            Reporter: Karl Heinz Marbaise
>            Priority: Minor
>
> 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)