michael-o commented on code in PR #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r2083000484


##########
content/markdown/configure.md:
##########
@@ -107,6 +107,12 @@ So for example if you put the following JVM options into 
the `.mvn/jvm.config` f
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in `$%USERPROFILE%/.mavenrc` (or `%USERPROFILE%\mavenrc_pre.cmd` on 
Windows) this file defines environment variables used when Maven builds the 
project. With this users can define environment variables in either the 
`settings.xml` or `pom.xml` and have them read the property that was set by the 
`.mavenrc` file.

Review Comment:
   POSIX var is wrong



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