From cb356ed478c5c42489b394720990a1696cb27b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Thu, 12 Mar 2015 23:16:02 +0100 Subject: [PATCH] [MNG-5767] added documentation for project-specific jvm options and maven command-line parameters --- maven-embedder/src/site/apt/index.apt.vm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/maven-embedder/src/site/apt/index.apt.vm b/maven-embedder/src/site/apt/index.apt.vm index 408d83f0f0..4df712cff1 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.