added a link to Maven core's way of creating repository system session

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1391790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-09-29 12:08:02 +00:00
parent e670e08ce1
commit 33c7132a8e
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
* <em>Note:</em> This component is meant to assist those clients that employ the repository systems outside of an IoC * <em>Note:</em> This component is meant to assist those clients that employ the repository systems outside of an IoC
* container, Maven plugins should instead always use * container, Maven plugins should instead always use
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html">regular * <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html">regular
* plugin parameter injection</a> to acquire the repository system. * plugin parameter injection</a> to acquire the repository system (created by Maven in
* <code><a href="/ref/current/maven-core/apidocs/org/apache/maven/DefaultMaven.html">DefaultMaven.newRepositorySession(MavenExecutionRequest request)</a></code>).
* *
* @author Benjamin Bentmann * @author Benjamin Bentmann
*/ */