Repository: maven Updated Branches: refs/heads/master 537220954 -> 6d05ac1ad
added raw model validation step Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6d05ac1a Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6d05ac1a Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6d05ac1a Branch: refs/heads/master Commit: 6d05ac1adc8467e9b913ef03e6494e6c7e6d2dd2 Parents: 5372209 Author: Hervé Boutemy <[email protected]> Authored: Sat Apr 19 21:25:34 2014 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Sat Apr 19 21:25:34 2014 +0200 ---------------------------------------------------------------------- maven-model-builder/src/site/apt/index.apt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/6d05ac1a/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 e660b62..b3d23fd 100644 --- a/maven-model-builder/src/site/apt/index.apt +++ b/maven-model-builder/src/site/apt/index.apt @@ -39,6 +39,10 @@ Maven Model Builder * phase 1 + ** raw 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}}) + ** profile activation: see {{{./apidocs/org/apache/maven/model/profile/activation/package-summary.html}available activators}}. Notice that model interpolation hasn't happened yet, then interpolation for file-based activation is limited to <<<$\{basedir}>>> (since Maven 3), System properties and request properties
