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


##########
apache-maven/src/assembly/maven/conf/maven.properties:
##########
@@ -0,0 +1,41 @@
+#
+# Maven user properties
+#
+
+maven.installation.conf = ${maven.home}/conf
+maven.user.conf         = ${user.home}/.m2
+maven.project.conf      = ${session.rootDirectory}/.mvn
+
+# Space separated list of files to load.
+# If the first character is a question mark, the load will silently fail if 
the file does not exist.
+${includes} = ?${maven.user.conf}/maven.properties, \

Review Comment:
   There is a logical question here to what extend should the question mark 
apply?  Until the last "}"? From a logical PoV it should not include 
`/maven.properties.



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