From 33de19713387e37bd371465e52278aedd5ad0ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sun, 9 Aug 2015 16:30:06 +0200 Subject: [PATCH] improved documentation: list urls from POM that are extrapolated with artifact id during inheritence --- maven-model-builder/src/site/apt/index.apt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maven-model-builder/src/site/apt/index.apt b/maven-model-builder/src/site/apt/index.apt index 6173ee4a74..9a645f4423 100644 --- a/maven-model-builder/src/site/apt/index.apt +++ b/maven-model-builder/src/site/apt/index.apt @@ -59,7 +59,10 @@ Maven Model Builder ** inheritance assembly: <<>> ({{{./apidocs/org/apache/maven/model/inheritance/InheritanceAssembler.html}javadoc}}), with its <<>> implementation - ({{{./xref/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.html}source}}) + ({{{./xref/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.html}source}}). Notice that + <<>>, <<>>, <<>>, <<>> and + <<>> have a special treatment: if not overridden in child, the default value is parent's one + with child artifact id appended ** model interpolation (see below)