accounted for Eclipse Aether API change

This commit is contained in:
Hervé Boutemy 2013-04-09 08:15:58 +02:00
parent 95fbf6f445
commit 1e5a78792b
2 changed files with 6 additions and 9 deletions

View File

@ -1,3 +1,3 @@
<body>
<p><a href="http://aether.sonatype.org/">Aether</a> extensions for utilizing the Maven POM and Maven repository metadata.</p>
<p><a href="http://www.eclipse.org/aether/">Aether</a> extensions for utilizing the Maven POM and Maven repository metadata.</p>
</body>

View File

@ -8,12 +8,9 @@
Maven Aether Provider
Maven Aether Provider is an Aether extension to support Maven POMs and local+remote repositories.
Maven Aether Provider is an {{{http://www.eclipse.org/aether/}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}}).
Main component is <<<MavenRepositorySystemUtils>>>
({{{./apidocs/org/apache/maven/repository/internal/MavenRepositorySystemUtils.html}javadoc}},
{{{./xref/org/apache/maven/repository/internal/MavenRepositorySystemUtils.html}source}}).