Re: Property substitution in /project/name?

2015-03-21 Thread Pop Qvarnström
://jira.codehaus.org/browse/MNG-5784 SO question: http://stackoverflow.com/questions/29013184/maven-support-for-property-substitution-in-project-name Cheers, Pop 2015-03-12 14:19 GMT+01:00 Pop Qvarnström pop.qvarnst...@gmail.com: Hi, In a multi module project, I want to reuse

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 2015

Re: Property substitution in /project/name?

2015-03-17 Thread Kevin Burton
: http://stackoverflow.com/questions/29013184/maven-support-for-property-substitution-in-project-name Cheers, Pop 2015-03-12 14:19 GMT+01:00 Pop Qvarnström pop.qvarnst...@gmail.com: Hi, In a multi module project, I want to reuse the project name from the parent pom as part of the project

Property substitution in /project/name?

2015-03-12 Thread Pop Qvarnström
Hi, In a multi module project, I want to reuse the project name from the parent pom as part of the project name for each module. It seemed reasonable to use ${project.parent.name}, but it seems that this property is never substituted, i.e. anything that refers to the project name gets the literal