You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/01/10 02:25:15 UTC

svn commit: r610630 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt

Author: vsiveton
Date: Wed Jan  9 17:24:23 2008
New Revision: 610630

URL: http://svn.apache.org/viewvc?rev=610630&view=rev
Log:
MNGSITE-28: Add a link to Artifactory to the "Introduction to Repositories" guide

o added some external links

Modified:
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt?rev=610630&r1=610629&r2=610630&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt Wed Jan  9 17:24:23 2008
@@ -168,8 +168,8 @@
 </project>
 
 +----+
- 
- If your internal repository requires authentication, the <<<id>>> element can be used in your {{{../../settings.html#Servers}settings}} file 
+
+ If your internal repository requires authentication, the <<<id>>> element can be used in your {{{../../settings.html#Servers}settings}} file
  to specify login information.
 
 * Deploying to the Internal Repository
@@ -177,7 +177,19 @@
  One of the most important reasons to have one or more internal repositories is to be able to publish
  your own private releases to share.
 
- To publish to the repository, you will need to have access via one of SCP, SFTP, FTP, WebDAV, or the filesystem. Connectivity is accomplished with the various 
+ To publish to the repository, you will need to have access via one of SCP, SFTP, FTP, WebDAV, or the filesystem. Connectivity is accomplished with the various
  {{{http://maven.apache.org/wagon/wagon-providers/index.html}wagons}}. Some wagons may need to be added as {{{http://maven.apache.org/ref/current/maven-model/maven.html#class_extension}extension}} to your build.
 ~~ For example, to set up an SCP transfer.
 ~~ show the scp example.
+
+* External Links
+
+  * {{{http://www.devzuz.org/blogs/oching/2007/11/05/1194233400000.html}The Hype About Repository Managers}}
+
+  * {{{http://maven.apache.org/archiva}Archiva}}
+
+  * {{{http://artifactory.sourceforge.net}Artifactory}}
+
+  * {{{http://www.pdark.de/dsmp/}DSMP (Dead Simple Maven Proxy)}}
+
+  * {{{http://proximity.abstracthorizon.org/}Proximity}}