mirror of https://github.com/apache/maven.git
[MNG-7208] Document system-wide mavenrc.cmd in Windows command script
This commit is contained in:
parent
0682a1cc0a
commit
b20bfb1a08
|
@ -29,12 +29,14 @@ ${project.name}
|
|||
|
||||
* References
|
||||
|
||||
* <<<mvn>>> invocation can be customised through:
|
||||
* <<<mvn>>> invocation can be customized through pre-invocation script calls, that can be disabled by setting <<<MAVEN_SKIP_RC>>> environment variable:
|
||||
|
||||
* <<</usr/local/etc/mavenrc>>> (since 3.8.2), <<</etc/mavenrc>>> 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 <<<MAVEN_SKIP_RC>>> environment variable.
|
||||
*----------+--------------------------------------------+-----------------------+
|
||||
|| || system level || user level
|
||||
*----------+--------------------------------------------+-----------------------+
|
||||
|| POSIX | <<</etc/mavenrc>>>\
|
||||
|| | <<</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)
|
||||
*----------+--------------------------------------------+-----------------------+
|
||||
|
|
Loading…
Reference in New Issue