You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2015/04/01 02:24:19 UTC

[37/50] [abbrv] maven git commit: [MNG-5767] added documentation for project-specific jvm options and maven command-line parameters

[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/slf4j-log4j2
Commit: cb356ed478c5c42489b394720990a1696cb27b52
Parents: cc429e8
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Mar 12 23:16:02 2015 +0100
Committer: Hervé Boutemy <hb...@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.