You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Simone Tripodi <si...@apache.org> on 2011/09/10 21:16:11 UTC

Re: svn commit: r1167376 - /commons/proper/commons-parent/trunk/pom.xml

+1 I I like it!!!

> +    <implementation.build> ${buildScmBranch}/r${buildNumber}; ${maven.build.timestamp}

http://people.apache.org/~simonetripodi/
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1167376 - /commons/proper/commons-parent/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 10 September 2011 20:16, Simone Tripodi <si...@apache.org> wrote:
> +1 I I like it!!!
>
>> +    <implementation.build> ${buildScmBranch}/r${buildNumber}; ${maven.build.timestamp}

Except that does not work; the variable is actually ${scmBranch}, in
spite of what the description and log message says ...

I've changed it to

+    <implementation.build>${scmBranch}@r${buildNumber};
${maven.build.timestamp}

> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org