slawekjaranowski commented on code in PR #1262: URL: https://github.com/apache/maven/pull/1262#discussion_r1335531069
########## api/maven-api-model/src/main/mdo/maven.mdo: ########## @@ -3007,7 +3007,7 @@ is the location of a file that needs to exist, and if it doesn't, the profile will be activated. On the other hand, {@code exists} will test for the existence of the file and if it is there, the profile will be activated.<br> - Variable interpolation for these file specifications is limited to {@code ${basedir}}, + Variable interpolation for these file specifications is limited to {@code ${project.basedir}}, Review Comment: We can add - currently we have implementation for `rootDirectory` - but I would like change to `project.rootDirectory` https://issues.apache.org/jira/browse/MNG-7897 I would like to cherry-pick this for 3.9.5 - so only one change in one PR -- 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