Repository: maven Updated Branches: refs/heads/master cc429e845 -> cb356ed47
[MNG-5767] added documentation for project-specific jvm options and maven command-line parameters Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cb356ed4 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cb356ed4 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/cb356ed4 Branch: refs/heads/master Commit: cb356ed478c5c42489b394720990a1696cb27b52 Parents: cc429e8 Author: Hervé Boutemy <hbout...@apache.org> Authored: Thu Mar 12 23:16:02 2015 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Thu Mar 12 23:16:02 2015 +0100 ---------------------------------------------------------------------- maven-embedder/src/site/apt/index.apt.vm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/cb356ed4/maven-embedder/src/site/apt/index.apt.vm ---------------------------------------------------------------------- diff --git a/maven-embedder/src/site/apt/index.apt.vm b/maven-embedder/src/site/apt/index.apt.vm index 408d83f..4df712c 100644 --- a/maven-embedder/src/site/apt/index.apt.vm +++ b/maven-embedder/src/site/apt/index.apt.vm @@ -20,7 +20,7 @@ ----- Hervé Boutemy ----- - 2012-04-29 + 2015-03-12 ----- ${project.name} @@ -32,3 +32,9 @@ ${project.name} * {{{./cli.html}CLI options}}, * {{{./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.