On 20 January 2014 13:18, Gilles <[email protected]> wrote:
> On Mon, 20 Jan 2014 11:14:21 +0000 (UTC), Emmanuel Bourg (JIRA) wrote:
>>
>> [
>>
>>
>> https://issues.apache.org/jira/browse/MATH-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876346#comment-13876346
>> ]
>>
>> Emmanuel Bourg commented on MATH-1057:
>> --------------------------------------
>>
>> It might be a good idea to rename the source archive for the next
>> releases to commons-math-3.x-bin.tar.gz, that's indeed confusing.
>>
>
> +1
>
> But IIUC, the filename comes from the POM's "artefactId" (which must be
> updated according to the TL package's name).
> [So I guess that the parent POM must be modified so as to be able to
> create a filename based on another variable (?).]

Try something like:

<artifactId>maven-assembly-plugin</artifactId>
            <executions>
              <execution>
                <configuration>
                    <finalName>commons-math-3-${project.version}</finalName>

etc.

>
> Gilles
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to