You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/12/15 11:14:33 UTC

git commit: added more pointers to sources

Updated Branches:
  refs/heads/master 38e3de00c -> 950b9b3c5


added more pointers to sources

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

Branch: refs/heads/master
Commit: 950b9b3c58f74ebce30dc224f8a101972eac8d0b
Parents: 38e3de0
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Dec 15 11:14:31 2012 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Dec 15 11:14:31 2012 +0100

----------------------------------------------------------------------
 maven-model-builder/src/site/apt/index.apt |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/950b9b3c/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 ed3930c..0b604c9 100644
--- a/maven-model-builder/src/site/apt/index.apt
+++ b/maven-model-builder/src/site/apt/index.apt
@@ -24,23 +24,31 @@ Maven Model Builder
 
    ** profile activation (see {{{./apidocs/org/apache/maven/model/profile/activation/package-summary.html}available activators}})
 
-   ** model normalization
+   ** model normalization: <<<ModelNormalizer>>> ({{{./apidocs/org/apache/maven/model/normalization/ModelNormalizer.html}javadoc}}),
+   with its <<<DefaultModelNormalizer>>> implementation
+   ({{{./xref/org/apache/maven/model/normalization/DefaultModelNormalizer.html}source}})
 
    ** profile injection
 
    ** parent resolution until {{{./super-pom.html}super-pom}}
 
-   ** inheritance assembly
+   ** 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}})
 
    ** model interpolation (see below)
 
-   ** url normalization
+   ** url normalization: <<<UrlNormalizer>>> ({{{./apidocs/org/apache/maven/model/path/UrlNormalizer.html}javadoc}}),
+   with its <<<DefaultUrlNormalizer>>> implementation
+   ({{{./xref/org/apache/maven/model/path/DefaultUrlNormalizer.html}source}})
 
    []
 
  * phase 2
 
-   ** model path translation
+   ** model path translation: <<<ModelPathTranslator>>> ({{{./apidocs/org/apache/maven/model/path/ModelPathTranslator.html}javadoc}}),
+   with its <<<DefaultModelPathTranslator>>> implementation
+   ({{{./xref/org/apache/maven/model/path/DefaultModelPathTranslator.html}source}})
 
    ** plugin management injection
 
@@ -56,7 +64,9 @@ Maven Model Builder
 
    ** <(optional)> plugins configuration
 
-   ** effective model validation
+   ** effective model validation: <<<ModelValidator>>> ({{{./apidocs/org/apache/maven/model/validation/ModelValidator.html}javadoc}}),
+   with its <<<DefaultModelValidator>>> implementation
+   ({{{./xref/org/apache/maven/model/validation/DefaultModelValidator.html}source}})
 
    []