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 2009/01/10 19:04:39 UTC

svn commit: r733307 - in /maven/site/trunk/src/site/apt: guides/introduction/introduction-to-repositories.apt plugins/index.apt repository-management.apt

Author: brianf
Date: Sat Jan 10 10:04:38 2009
New Revision: 733307

URL: http://svn.apache.org/viewvc?rev=733307&view=rev
Log:
update pluin list and fix broken links

Modified:
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt
    maven/site/trunk/src/site/apt/plugins/index.apt
    maven/site/trunk/src/site/apt/repository-management.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=733307&r1=733306&r2=733307&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 Sat Jan 10 10:04:38 2009
@@ -137,8 +137,8 @@
  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://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
+ of data there and doing so will get you banned. You can use a program such as those described on the {{{../../repository-management.html}Repository Management}} page to
+ run 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.
 
  The other options available are to manually download and vet releases, then copy them to the internal
@@ -181,15 +181,3 @@
  {{{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://blogs.exist.com/oching/2007/11/05/the-hype-about-repository-managers/}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://nexus.sonatype.org/}Nexus Maven Repository Manager}}

Modified: maven/site/trunk/src/site/apt/plugins/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugins/index.apt?rev=733307&r1=733306&r2=733307&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/plugins/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugins/index.apt Sat Jan 10 10:04:38 2009
@@ -4,7 +4,7 @@
  Brett Porter
  Jason van Zyl
  -----
- 2009-01-05
+ 2009-01-09
  -----
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -52,7 +52,7 @@
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+
 | <<Core plugins>>                                          |              |            | <<Plugins corresponding to default core phases (ie. clean, compile). They may have muliple goals as well.>> | |
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-clean-plugin/} <<<clean>>>}}            | 2.2          | 2007-12-03 | Clean up after the build. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCLEAN}JIRA}}
+| {{{/plugins/maven-clean-plugin/} <<<clean>>>}}            | 2.3          | 2009-01-10 | Clean up after the build. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCLEAN}JIRA}}
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}}      | 2.0.2        | 2007-02-13 | Compiles Java sources. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCOMPILER}JIRA}}
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+
@@ -116,7 +116,7 @@
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}}      | 2.2-beta-3   | 2009-01-05 | Build an assembly (distribution) of sources and/or binaries. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MASSEMBLY}JIRA}}
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}  | 2.0          | 2008-01-22 | Dependency manipulation (copy, unpack) and analysis. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDEP}JIRA}}
+| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}  | 2.1          | 2009-01-10 | Dependency manipulation (copy, unpack) and analysis. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDEP}JIRA}}
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-enforcer-plugin/} <<<enforcer>>>}}      | 1.0-alpha-4  | 2008-09-17 | Environmental constraint checking (Maven Version, JDK etc), User Custom Rule Execution. | {{{http://svn.apache.org/repos/asf/maven/enforcer/trunk/maven-enforcer-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MENFORCER}JIRA}}
 *-----------------------------------------------------------+--------------+------------+------------------+------------------------+--------------------+

Modified: maven/site/trunk/src/site/apt/repository-management.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/repository-management.apt?rev=733307&r1=733306&r2=733307&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/repository-management.apt (original)
+++ maven/site/trunk/src/site/apt/repository-management.apt Sat Jan 10 10:04:38 2009
@@ -26,7 +26,7 @@
 
   The Following is a list of the known Maven repository managers and listed in chronological order of appearance in the community:
 
-* {{{http://nexus.sonatype.org}Proximity/Nexus: Maven Repository Manager}}
+* {{{http://nexus.sonatype.org}Nexus: Maven Repository Manager (previously Proximity}}
 
  Anyone who was using Proximity is now encouraged to use Nexus. The entire codebase of Proximity was absorbed into Nexus and
  Nexus provides a migration path for all Proximity users.
@@ -105,11 +105,7 @@
 
   * {{{http://www.sonatype.com/book/reference/repository-manager.html#}Chapter on Nexus in Sonatype's <Maven: The Definitive Guide>}}
 
-  * {{{http://www.theserverside.com/tt/articles/article.tss?l=SettingUpMavenRepository}Setting Up Maven Repository}} by Avneet Mangat
-
   * {{{http://docs.codehaus.org/display/MAVENUSER/Maven+Concepts+Repositories}Maven Concepts Repositories}} from Maven wiki
 
   *{{{http://docs.codehaus.org/display/MAVENUSER/Maven+Repository+Manager+Feature+Matrix} Continuously updated Feature matrix.}} Superceeds original matrix in the blog below.
-  
-  * {{{http://blogs.exist.com/oching/2007/11/05/the-hype-about-repository-managers/}The Hype About Repository Managers}} by Deng Ching