gnodet commented on code in PR #1595:
URL: https://github.com/apache/maven/pull/1595#discussion_r1672186195


##########
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:
   This is a comma-separated list, so it applies to the item in the list.  I'll 
reword the comment to make it clear that it's per list-item.



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