slawekjaranowski commented on PR #1595:
URL: https://github.com/apache/maven/pull/1595#issuecomment-2221345655

   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 ...
   ```


-- 
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

Reply via email to