mirror of https://github.com/apache/maven.git
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:
parent
e670e08ce1
commit
33c7132a8e
|
@ -32,7 +32,8 @@ import org.sonatype.aether.impl.VersionResolver;
|
||||||
* <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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue