Re: Property substitution in /project/name?

2015-03-21 Thread Pop Qvarnström
I am not in a position where I can test right now, but I am positive that I tried both (and other, increasingly stupid, variants in sheer desperation.) Hopefully I can find the time to dig in to the maven sources the coming week and find out what is going on. Cheers, Pop Den 18 mar 2015 00:35

Re: Property substitution in /project/name?

2015-03-21 Thread Hervé BOUTEMY
sorry, it is not a bug but something that is not intuitive interpolation happens in maven-model-builder[1], at the end of phase 1, with StringSearchModelInterpolator interpolation uses model, where parent is not a project, but parent [2]: it only has fields related to the XML parent model

Re: Property substitution in /project/name?

2015-03-17 Thread Pop Qvarnström
For anyone searching for this in the archives, I created an SO question and a JIRA issue was promptly created. JIRA issue: https://jira.codehaus.org/browse/MNG-5784 SO question: http://stackoverflow.com/questions/29013184/maven-support-for-property-substitution-in-project-name Cheers, Pop

Re: Property substitution in /project/name?

2015-03-17 Thread Kevin Burton
Is it ${parent.name} ? Kevin On Tue, Mar 17, 2015 at 3:31 AM, Pop Qvarnström pop.qvarnst...@gmail.com wrote: For anyone searching for this in the archives, I created an SO question and a JIRA issue was promptly created. JIRA issue: https://jira.codehaus.org/browse/MNG-5784 SO question: