Repository: maven
Updated Branches:
  refs/heads/master 337284bdc -> 28d284b8c


improved documentation: list urls from POM that are extrapolated with
artifact id during inheritence

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/33de1971
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/33de1971
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/33de1971

Branch: refs/heads/master
Commit: 33de19713387e37bd371465e52278aedd5ad0ffd
Parents: 337284b
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun Aug 9 16:30:06 2015 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sun Aug 9 16:39:46 2015 +0200

----------------------------------------------------------------------
 maven-model-builder/src/site/apt/index.apt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/33de1971/maven-model-builder/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/maven-model-builder/src/site/apt/index.apt 
b/maven-model-builder/src/site/apt/index.apt
index 6173ee4..9a645f4 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: <<<InheritanceAssembler>>> 
({{{./apidocs/org/apache/maven/model/inheritance/InheritanceAssembler.html}javadoc}}),
    with its <<<DefaultInheritanceAssembler>>> implementation
-   
({{{./xref/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.html}source}})
+   
({{{./xref/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.html}source}}).
 Notice that
+   <<<project.url>>>, <<<project.scm.connection>>>, 
<<<project.scm.developerConnection>>>, <<<project.scm.url>>> and
+   <<<project.distributionManagement.site.url>>> 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)
 

Reply via email to