mirror of https://github.com/apache/maven.git
added link to PluginParameterExpressionEvaluator
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1340560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a389c2904
commit
32e3b6c7e6
|
@ -12,8 +12,11 @@ Maven Core
|
|||
|
||||
* Useful entry points
|
||||
|
||||
* {{{./lifecycles.html}lifecycles}} and {{{./default-bindings.html}plugin bindings to <<<default>>> lifecycle,}}
|
||||
* {{{./lifecycles.html}lifecycles}} and {{{./default-bindings.html}plugin bindings to <<<default>>> lifecycle}},
|
||||
|
||||
* <<<ProjectBuilder>>> component ({{{./apidocs/org/apache/maven/project/ProjectBuilder.html}javadoc}}),
|
||||
with its <<<DefaultProjectBuilder>>> implementation
|
||||
({{{./xref/org/apache/maven/project/DefaultProjectBuilder.html}source}})
|
||||
({{{./xref/org/apache/maven/project/DefaultProjectBuilder.html}source}}),
|
||||
|
||||
* {{{./apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html}PluginParameterExpressionEvaluator}}, used to
|
||||
evaluate plugin parameters default values.
|
||||
|
|
Loading…
Reference in New Issue