mirror of https://github.com/apache/maven.git
added an introduction with links to the 2 main components
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1391846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2396449f4
commit
4e0b4e0f22
|
@ -0,0 +1,19 @@
|
||||||
|
-----
|
||||||
|
Introduction
|
||||||
|
-----
|
||||||
|
Hervé Boutemy
|
||||||
|
-----
|
||||||
|
2012-09-29
|
||||||
|
-----
|
||||||
|
|
||||||
|
Maven Aether Provider
|
||||||
|
|
||||||
|
Maven Aether Provider is an Aether extension to support Maven POMs and local+remote repositories.
|
||||||
|
|
||||||
|
Main component is <<<MavenRepositorySystemSession>>>
|
||||||
|
({{{./apidocs/org/apache/maven/repository/internal/MavenRepositorySystemSession.html}javadoc}},
|
||||||
|
{{{./xref/org/apache/maven/repository/internal/MavenRepositorySystemSession.html}source}}).
|
||||||
|
|
||||||
|
If used outside Maven runtime context, another useful entry point is <<<MavenServiceLocator>>>
|
||||||
|
({{{./apidocs/org/apache/maven/repository/internal/MavenServiceLocator.html}javadoc}},
|
||||||
|
{{{./xref/org/apache/maven/repository/internal/MavenServiceLocator.html}source}}).
|
Loading…
Reference in New Issue