Re: [VOTE] Apache 3.1.0-alpha-1

2013-05-24 Thread Mark Derricutt
+1 Looking good for me on my multi-module OSGi builds, clojure-maven-plugin and ITs, releases made to both projects and so far nothing jumping out at me - tho I'm not building any maven sites or anything. Jason van Zyl wrote: Thanks. On May 23, 2013, at 6:40 PM, Hervé BOUTEMY wrote: site

Re: Project.version too contextual

2013-05-24 Thread Fred Cooke
Thank you Robert! I *knew* it was something core :-) Expand this syntax *everywhere* and allow people more control over what happens? Seems like a solid solution at face value, but could have gotchas, of course... On Fri, May 24, 2013 at 7:46 PM, Robert Scholte wrote: > http://maven.apache.org/ma

Re: Project.version too contextual

2013-05-24 Thread Robert Scholte
http://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#tagNameFormat uses @{} so it is not resolved immediately, but only when the plugin wants to. maven-invoker-plugin only filters @value@ when cloning projects to the target, so the ${value} are only resolved during e

Re: Project.version too contextual

2013-05-24 Thread Fred Cooke
Definitely not that, I've not used it, however something else does have a @{} syntax, something common. I'm sorry that I can't recall right now what it was. On Fri, May 24, 2013 at 6:54 PM, Hervé BOUTEMY wrote: > maven-invoker-plugin filtering? > > http://maven.apache.org/plugins/maven-invoker-p

Re: Project.version too contextual

2013-05-24 Thread Hervé BOUTEMY
maven-invoker-plugin filtering? http://maven.apache.org/plugins/maven-invoker-plugin/examples/filtering.html Le vendredi 24 mai 2013 13:01:08 Fred Cooke a écrit : > > AFAIK, there is no feature to evaluate before inheritance: this would > > require > > a new notation than ${xxx}, which could be i

Re: Project.version too contextual

2013-05-24 Thread Fred Cooke
> > AFAIK, there is no feature to evaluate before inheritance: this would > require > a new notation than ${xxx}, which could be interpreted before inheritance > If I recall correctly, and I still need to apologise to you for my last mistake, there is something like @{} in use in one of the (core?

Re: Project.version too contextual

2013-05-24 Thread Romain Manni-Bucau
that's not possible, we use it in too much place and our project is not flat *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: ht

Re: Project.version too contextual

2013-05-24 Thread Brett Porter
You're project will need to be aware of its own structure, but you can use things like this: ${project.parent.version} - Brett On 23/05/2013, at 11:20 PM, Romain Manni-Bucau wrote: > Yes, that's what i expected but ATM in TomEE we have > hardcoded version and for half of the project it > match