[ 
https://issues.apache.org/jira/browse/MPOM-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962840#comment-14962840
 ] 

Thomas Weise commented on MPOM-90:
----------------------------------

https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom

Configure finalName with a property that can be overridden:

{code}
            <executions>
              <execution>
                <id>source-release-assembly</id>
                <phase>package</phase>
                <goals>
                  <goal>single</goal>
                </goals>
                <configuration>
                   <finalName>${sourceReleaseFinalName}</finalName>
{code}

> Give user control over finalName for source-release-assembly
> ------------------------------------------------------------
>
>                 Key: MPOM-90
>                 URL: https://issues.apache.org/jira/browse/MPOM-90
>             Project: Maven POMs
>          Issue Type: Improvement
>    Affects Versions: ASF-17
>            Reporter: Thomas Weise
>
> The out of the box behavior is pretty good, but it should be possible to 
> customize the name of the resulting archive (default 
> ${project.build.finalName}.



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

Reply via email to