Mojo don't get Plexus components injection but plugin parameter injection: added a link

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1391786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-09-29 11:58:53 +00:00
parent 6215e507a5
commit e670e08ce1
1 changed files with 6 additions and 3 deletions

View File

@ -27,9 +27,12 @@ import org.sonatype.aether.impl.VersionResolver;
/**
* A simple service locator that is already setup with all components from this library. To acquire a complete
* repository system, clients need to add some repository connectors for remote transfers. <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 regular dependency injection to acquire the repository system.
* repository system, clients need to add some repository connectors for remote transfers.
*
* <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
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html">regular
* plugin parameter injection</a> to acquire the repository system.
*
* @author Benjamin Bentmann
*/