You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/09/29 19:30:49 UTC

svn commit: r1391846 - in /maven/maven-3/trunk/maven-aether-provider/src/site/apt: ./ index.apt

Author: hboutemy
Date: Sat Sep 29 17:30:48 2012
New Revision: 1391846

URL: http://svn.apache.org/viewvc?rev=1391846&view=rev
Log:
added an introduction with links to the 2 main components

Added:
    maven/maven-3/trunk/maven-aether-provider/src/site/apt/
    maven/maven-3/trunk/maven-aether-provider/src/site/apt/index.apt   (with props)

Added: maven/maven-3/trunk/maven-aether-provider/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-aether-provider/src/site/apt/index.apt?rev=1391846&view=auto
==============================================================================
--- maven/maven-3/trunk/maven-aether-provider/src/site/apt/index.apt (added)
+++ maven/maven-3/trunk/maven-aether-provider/src/site/apt/index.apt Sat Sep 29 17:30:48 2012
@@ -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}}).

Propchange: maven/maven-3/trunk/maven-aether-provider/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/maven-3/trunk/maven-aether-provider/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision