gnodet commented on PR #1595: URL: https://github.com/apache/maven/pull/1595#issuecomment-2222153855
> my test in project `.mvn/maven.properties` with content: > > ``` > ${includes}=default.properties,?env-${env:envName}.properties > ``` > > looks like `${env...}` is not interpolated in project properties > > executed: > > ``` > envName=test mvn ... > ``` > > It will be great to support user properties in such case to have a possibility: > > ``` > ${includes}=default.properties,?env-${envName}.properties > ``` > > and > > ``` > mvn -DenvName=test ... > ``` I've added a unit test showing this now works. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org