gnodet commented on PR #1597: URL: https://github.com/apache/maven/pull/1597#issuecomment-2211654843
What about: * `maven.home` * `maven.global.conf = ${maven.home}/conf` (we deprecate `maven.conf` and use it as an alias to `maven.global.conf`) * `maven.user.conf = ${user.home}/.m2` * `maven.project.conf = ${session.rootDirectory}/.mvn` * `maven.global.toolchains = ${maven.global.conf}/toolchains.xml` * `maven.user.toolchains = ${maven.user.conf}/toolchains.xml` (we don't have project toolchains) * `maven.global.extensions = ${maven.global.conf}/extensions.xml` * `maven.user.extensions = ${maven.user.conf}/extensions.xml` * `maven.project.extensions = ${maven.project.conf}/extensions` -- 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