cstamas commented on PR #1061: URL: https://github.com/apache/maven/pull/1061#issuecomment-4112922341
There are `session.rootDirectory` and `session.topDirectory` properties with a twist: * in Maven 3.9 they are ONLY usable while interpolation configuration (are not real Maven properties), still you can have trick in place like this one: https://github.com/apache/maven/blob/29b3efbf48b3eedbeeff68187e09adf63a10cae5/.mvn/maven.config#L1 * in Maven 3.10+ and Maven 4 they are fully fledged properties https://github.com/apache/maven/pull/11779 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
