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/05/19 22:36:17 UTC

svn commit: r1340560 - /maven/maven-3/trunk/maven-core/src/site/apt/index.apt

Author: hboutemy
Date: Sat May 19 20:36:16 2012
New Revision: 1340560

URL: http://svn.apache.org/viewvc?rev=1340560&view=rev
Log:
added link to PluginParameterExpressionEvaluator

Modified:
    maven/maven-3/trunk/maven-core/src/site/apt/index.apt

Modified: maven/maven-3/trunk/maven-core/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/site/apt/index.apt?rev=1340560&r1=1340559&r2=1340560&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/src/site/apt/index.apt (original)
+++ maven/maven-3/trunk/maven-core/src/site/apt/index.apt Sat May 19 20:36:16 2012
@@ -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.