slawekjaranowski commented on code in PR #246: URL: https://github.com/apache/maven-site/pull/246#discussion_r1957074094
########## content/markdown/configure.md: ########## @@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration via `${maven.project You don't need to use these options in `MAVEN_OPTS` or switch between different configurations. + +### `.mavenrc` file: + +Located in `$HOME/.mavenrc` (or `%HOME%\mavenrc_pre.bat` on Windows) this file defines environment variables and system properties used when Maven builds the project. With this users can define variables in either the settings.xml or pom.xml and have them read the property that was set by the .mavenrc file. Review Comment: > With this users can define variables in either the settings.xml or pom.xml ... -> can use define environment variables ... -- 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