You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2016/08/08 18:56:20 UTC

[jira] [Updated] (MJAR-217) Make finalName readonly parameter

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

Robert Scholte updated MJAR-217:
--------------------------------
    Description: 
For incremental builds it is preferred to have the final name of an artifact (only) outside any plugin configuration. From now on the way is set the name is like:
{code:xml}
<project>
  <build>
    <finalName>FINAL_NAME</finalName>
  </build>
</project>
{code}

> Make finalName readonly parameter
> ---------------------------------
>
>                 Key: MJAR-217
>                 URL: https://issues.apache.org/jira/browse/MJAR-217
>             Project: Maven JAR Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> For incremental builds it is preferred to have the final name of an artifact (only) outside any plugin configuration. From now on the way is set the name is like:
> {code:xml}
> <project>
>   <build>
>     <finalName>FINAL_NAME</finalName>
>   </build>
> </project>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)