diff --git a/apache-maven/src/site/apt/index.apt.vm b/apache-maven/src/site/apt/index.apt.vm index 1d802661d9..627307d166 100644 --- a/apache-maven/src/site/apt/index.apt.vm +++ b/apache-maven/src/site/apt/index.apt.vm @@ -29,12 +29,14 @@ ${project.name} * References - * <<>> invocation can be customised through: + * <<>> invocation can be customized through pre-invocation script calls, that can be disabled by setting <<>> environment variable: - * <<>> (since 3.8.2), <<>> and <<<$HOME/.mavenrc>>> scripts on Unix, - - * <<<%USERPROFILE%\\mavenrc_pre.bat>>> and <<<%USERPROFILE%\\mavenrc_pre.cmd>>> scripts on Windows, - - [] - - and these scripts calls can be disabled by setting <<>> environment variable. +*----------+--------------------------------------------+-----------------------+ +|| || system level || user level +*----------+--------------------------------------------+-----------------------+ +|| POSIX | <<>>\ +|| | <<>> (since 3.8.2) | <<<$HOME/.mavenrc>>> +*----------+--------------------------------------------+-----------------------+ +|| Windows | <<<%PROGRAMDATA%\\mavenrc.cmd>>> (since 4) | <<<%USERPROFILE%\\mavenrc_pre.bat>>>\ +|| | | <<<%USERPROFILE%\\mavenrc_pre.cmd>>> (since 3.3.1) +*----------+--------------------------------------------+-----------------------+