michael-o commented on code in PR #1595: URL: https://github.com/apache/maven/pull/1595#discussion_r1672217217
########## 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: I thinking whether there are already used syntaxes people might know already. -- 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