You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/05/14 00:58:26 UTC

svn commit: r656046 - in /maven/site/trunk/src/site/apt: community.apt guides/introduction/introduction-to-repositories.apt

Author: brianf
Date: Tue May 13 15:58:26 2008
New Revision: 656046

URL: http://svn.apache.org/viewvc?rev=656046&view=rev
Log:
updated urls

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

Modified: maven/site/trunk/src/site/apt/community.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/community.apt?rev=656046&r1=656045&r2=656046&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/community.apt (original)
+++ maven/site/trunk/src/site/apt/community.apt Tue May 13 15:58:26 2008
@@ -43,7 +43,7 @@
 
   The best thing that a user can do is to set up their own remote repository mirror containing the
   projects needed. There are several tools to make this simpler, such as
-  {{{http://proximity.abstracthorizon.org/}Proximity}} or {{{http://maven.apache.org/archiva/}Archiva}}. This
+  {{{http://nexus.sonatype.org/}Nexus}} or {{{http://maven.apache.org/archiva/}Archiva}}. This
   reduces strain on the Maven central repository, and allows new users to get acquainted with Maven
   easier and quicker. This is especially important for power-users and corporations. The incentive
   behind this is, controlling your own servers can give you desired level of security and

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=656046&r1=656045&r2=656046&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 Tue May 13 15:58:26 2008
@@ -4,7 +4,7 @@
  Jason van Zyl
  Brian Fox
  ------
- 10 April 2007
+ 13 May 2008
  ------
 
 Introduction to Repositories
@@ -137,7 +137,7 @@
  required artifacts there using the same layout as in a remote repository such as {{{http://repo1.maven.org/maven2/}repo1.maven.org}}.
 
  It is <not> recommended that you scrape or <<<rsync://>>> a full copy of central as there is a large amount
- of data there. You can use a program such as {{{http://maven.apache.org/archiva/}Archiva}}, {{{http://proximity.abstracthorizon.org}Proximity}} or {{{http://maven-proxy.codehaus.org/}Maven Proxy}}
+ of data there. You can use a program such as {{{http://archiva.apache.org/}Archiva}}, {{{http://nexus.sonatype.org}Nexus Maven Repository Manager}} or {{{http://maven-proxy.codehaus.org/}Maven Proxy}}
  running on your internal repository's server, to download from the internet as required and then hold
  the artifacts in your internal repository for faster downloading later.
 
@@ -192,4 +192,4 @@
 
   * {{{http://www.pdark.de/dsmp/}DSMP (Dead Simple Maven Proxy)}}
 
-  * {{{http://proximity.abstracthorizon.org/}Proximity}}
+  * {{{http://nexus.sonatype.org/}Nexus Maven Repository Manager}}