diff --git a/maven-model-builder/src/site/apt/index.apt b/maven-model-builder/src/site/apt/index.apt index 9312924321..c5a2f71d48 100644 --- a/maven-model-builder/src/site/apt/index.apt +++ b/maven-model-builder/src/site/apt/index.apt @@ -86,8 +86,6 @@ Maven Model Builder | <<>>\ <<>> () | the directory containing the <<>> file as URI | <<<$\{project.baseUri\}>>> | *----+------+------+ -| <<>> | Local user settings (see {{{../maven-settings/settings.xml/settings.html}settings reference}}) | <<<$\{settings.localRepository\}>>> | -*----+------+------+ | <<>>\ <<>> | the timestamp of build start, in <<>> default format, which can be overridden with <<>> POM property | <<<$\{maven.build.timestamp\}>>> | *----+------+------+ @@ -95,7 +93,7 @@ Maven Model Builder *----+------+------+ | <<<*>>> | model properties, such as project properties set in the pom | <<<$\{any.key\}>>> | *----+------+------+ -| <<>> | The path to the current Maven execution. | <<<$\{maven.home\}>>> | +| <<>> | The path to the current Maven home. | <<<$\{maven.home\}>>> | *----+------+------+ | <<>> | The version number of the current Maven execution. For example, "<<<3.0.3>>>". | <<<$\{maven.version\}>>> | *----+------+------+ @@ -106,6 +104,8 @@ Maven Model Builder *----+------+------+ | <<>>\ <<<*>>> | environment variables | <<<$\{env.PATH\}>>> | +*----+------+------+ +| <<>> | 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