From e438f1140e1072f6a02146deb074a331bed7500c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 19 Mar 2013 01:21:13 +0100 Subject: [PATCH] added information about encoding configuration --- maven-model-builder/src/site/apt/index.apt | 23 +++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/maven-model-builder/src/site/apt/index.apt b/maven-model-builder/src/site/apt/index.apt index 2553020f70..bd322213d4 100644 --- a/maven-model-builder/src/site/apt/index.apt +++ b/maven-model-builder/src/site/apt/index.apt @@ -3,7 +3,7 @@ ----- Hervé Boutemy ----- - 2011-09-03 + 2013-03-19 ----- Maven Model Builder @@ -120,6 +120,23 @@ Maven Model Builder | <<>> | Local user settings (see {{{../maven-settings/settings.xml/settings.html}settings reference}}) | <<<$\{settings.localRepository\}>>> | *----+------+------+ - Notice that after model interpolation, <<<$\{...\}>>> content can remain in the model that will be evaluated later +** Notice + + * after model interpolation, <<<$\{...\}>>> content can remain in the model that will be evaluated later when setting plugin parameters. This happens in particular with <<>> values for - {{{../maven-settings/settings.html}Settings Model}}. + {{{../maven-settings/settings.html}Settings Model}}, + + * encoding configuration have been defined as POM properties looking like POM content but not added to POM model to maintain + compatibility with previous Maven versions: + + * <<<$\{project.build.sourceEncoding\}>>> for + {{{http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding}source files encoding}} + (defaults to platform encoding) + + * <<<$\{project.reporting.outputEncoding\}>>> for + {{{https://cwiki.apache.org/confluence/display/MAVENOLD/Reporting+Encoding+Configuration}reporting output files encoding}} + (defaults to <<>>) + + [] + + []