mirror of https://github.com/apache/maven.git
formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1391819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f0def1f90
commit
16c178b743
|
@ -29,9 +29,9 @@ 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
|
||||
* <p><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:
|
||||
* it is defined as Plexus component in aether-impl with its dependencies.
|
||||
* it is defined as Plexus component in aether-impl with its dependencies.</p>
|
||||
*
|
||||
* @author Benjamin Bentmann
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue