mirror of https://github.com/apache/maven.git
[MNG-5767] added documentation for project-specific jvm options and
maven command-line parameters
This commit is contained in:
parent
cc429e8451
commit
cb356ed478
|
@ -20,7 +20,7 @@
|
||||||
-----
|
-----
|
||||||
Hervé Boutemy
|
Hervé Boutemy
|
||||||
-----
|
-----
|
||||||
2012-04-29
|
2015-03-12
|
||||||
-----
|
-----
|
||||||
|
|
||||||
${project.name}
|
${project.name}
|
||||||
|
@ -32,3 +32,9 @@ ${project.name}
|
||||||
* {{{./cli.html}CLI options}},
|
* {{{./cli.html}CLI options}},
|
||||||
|
|
||||||
* {{{./logging.html}logging API}}.
|
* {{{./logging.html}logging API}}.
|
||||||
|
|
||||||
|
* since 3.3.0, per project settings can be defined by files in <<<.mvn/>>> directory:
|
||||||
|
|
||||||
|
* <<<.mvn/jvm.config>>> containing jvm options,
|
||||||
|
|
||||||
|
* <<<.mvn/maven.config>>> containing Maven command-line parameter.
|
||||||
|
|
Loading…
Reference in New Issue