mirror of https://github.com/apache/maven.git
added link to 3.3.1 release notes for details on .mvn
This commit is contained in:
parent
8a8f7cd53f
commit
4547ff73d8
|
@ -20,7 +20,7 @@
|
||||||
-----
|
-----
|
||||||
Hervé Boutemy
|
Hervé Boutemy
|
||||||
-----
|
-----
|
||||||
2015-03-12
|
2016-11-14
|
||||||
-----
|
-----
|
||||||
|
|
||||||
${project.name}
|
${project.name}
|
||||||
|
@ -33,13 +33,14 @@ ${project.name}
|
||||||
|
|
||||||
* {{{./logging.html}logging API}}.
|
* {{{./logging.html}logging API}}.
|
||||||
|
|
||||||
* since 3.3.0, per project settings can be defined by files in <<<.mvn/>>> directory:
|
* since 3.3.1 (see {{{/docs/3.3.1/release-notes.html#Core_Extensions}3.3.1 release notes}} for more details),
|
||||||
|
per project settings can be defined by files in <<<.mvn/>>> directory:
|
||||||
|
|
||||||
* <<<.mvn/jvm.config>>> containing jvm options,
|
* <<<.mvn/jvm.config>>> containing jvm options,
|
||||||
|
|
||||||
* <<<.mvn/maven.config>>> containing Maven command-line parameter,
|
* <<<.mvn/maven.config>>> containing Maven command-line parameter,
|
||||||
|
|
||||||
* <<<.mvn/extensions.xml>>> containing {{{./core-extensions.html}a list of extensions}}.
|
* <<<.mvn/extensions.xml>>> containing {{{./core-extensions.html}a list of extensions}},
|
||||||
|
|
||||||
* since 3.5.0, output is colorized by default, with color disabled in batch mode: see
|
* since 3.5.0, output is colorized by default, with color disabled in batch mode: see
|
||||||
{{{/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/logging/package-summary.html}styled message API}}
|
{{{/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/logging/package-summary.html}styled message API}}
|
||||||
|
|
Loading…
Reference in New Issue