You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/08/20 00:26:06 UTC

[maven] branch master updated: [MNG-7209] Document user mavenrc.cmd in Windows command script

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 92d2c2e  [MNG-7209] Document user mavenrc.cmd in Windows command script
92d2c2e is described below

commit 92d2c2e3b43ca214989f0f517aa90f1525f0ff2e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Aug 20 02:26:03 2021 +0200

    [MNG-7209] Document user mavenrc.cmd in Windows command script
---
 apache-maven/src/site/apt/index.apt.vm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apache-maven/src/site/apt/index.apt.vm b/apache-maven/src/site/apt/index.apt.vm
index 627307d..ae7ff8f 100644
--- a/apache-maven/src/site/apt/index.apt.vm
+++ b/apache-maven/src/site/apt/index.apt.vm
@@ -38,5 +38,6 @@ ${project.name}
 ||         | <<</usr/local/etc/mavenrc>>> (since 3.8.2) | <<<$HOME/.mavenrc>>> 
 *----------+--------------------------------------------+-----------------------+
 || Windows | <<<%PROGRAMDATA%\\mavenrc.cmd>>> (since 4) | <<<%USERPROFILE%\\mavenrc_pre.bat>>>\
-||         |                                            | <<<%USERPROFILE%\\mavenrc_pre.cmd>>> (since 3.3.1)
+||         |                                            | <<<%USERPROFILE%\\mavenrc_pre.cmd>>> (since 3.3.1)\
+||         |                                            | <<<%USERPROFILE%\\mavenrc.cmd>>> (since 4)
 *----------+--------------------------------------------+-----------------------+