michael-o commented on code in PR #1597:
URL: https://github.com/apache/maven/pull/1597#discussion_r1667089568


##########
apache-maven/src/assembly/maven/conf/maven.properties:
##########
@@ -0,0 +1,20 @@
+#
+# Maven user properties
+#
+
+maven.user.home = ${user.home}/.m2
+
+# Required files to load
+${includes} =
+
+# Optionally load global user properties and project user properties
+${optionals} = ${maven.user.home}/maven.properties \
+               ${session.rootDirectory}/.mvn/maven.properties
+
+# Default files
+
+maven.global.toolchains = ${maven.conf}/toolchains.xml
+maven.user.toolchains = ${maven.user.home}/toolchains.xml

Review Comment:
   Based on my previous comment:  `maven.user.conf`?



##########
apache-maven/src/assembly/maven/conf/maven.properties:
##########
@@ -0,0 +1,20 @@
+#
+# Maven user properties
+#
+
+maven.user.home = ${user.home}/.m2
+
+# Required files to load
+${includes} =
+
+# Optionally load global user properties and project user properties
+${optionals} = ${maven.user.home}/maven.properties \
+               ${session.rootDirectory}/.mvn/maven.properties
+
+# Default files
+
+maven.global.toolchains = ${maven.conf}/toolchains.xml
+maven.user.toolchains = ${maven.user.home}/toolchains.xml

Review Comment:
   Based on my previous comment:  `maven.user.conf`?



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