Author: skygo
Date: Thu Sep 27 23:45:28 2012
New Revision: 1391263
URL: http://svn.apache.org/viewvc?rev=1391263&view=rev
Log:
minor fix for link in apt file
Modified:
archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt
archiva/trunk/archiva-docs/src/site/apt/userguide/using-repository.apt
Modified: archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt?rev=1391263&r1=1391262&r2=1391263&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt Thu Sep 27
23:45:28 2012
@@ -28,9 +28,9 @@ Deploying to Repository
There are different ways on how you can deploy artifacts in an Archiva
repository.
- * {{Maven}} Configuring Maven to deploy to an Archiva repository}}
+ * {{Maven}} Configuring Maven to deploy to an Archiva repository
- * {{Web UI}} Deploying via the Web UI Form}}
+ * {{Web UI}} Deploying via the Web UI Form
Starting with Archiva 1.2.3, it is possible to block re-deployment of
released artifacts to a specific repository. This can be configured through the
repository configuration page by ticking the <<<Block Re-deployment of
Released Artifacts>>> checkbox.
Modified: archiva/trunk/archiva-docs/src/site/apt/userguide/using-repository.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/userguide/using-repository.apt?rev=1391263&r1=1391262&r2=1391263&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/userguide/using-repository.apt
(original)
+++ archiva/trunk/archiva-docs/src/site/apt/userguide/using-repository.apt Thu
Sep 27 23:45:28 2012
@@ -21,7 +21,7 @@
Configuring Maven 2 to use an Archiva repository
- To get your local Maven 2 installation to use an Archiva proxy you need to
add the repositories you require to your 'settings.xml'. This file is usually
found in ${user.dir}/.m2/settings.xml (see the
{{{http://maven.apache.org/settings.html}Settings Reference}}).
+ To get your local Maven 2 installation to use an Archiva proxy you need to
add the repositories you require to your 'settings.xml'. This file is usually
found in $\{user.dir\}/.m2/settings.xml (see the
{{{http://maven.apache.org/settings.html}Settings Reference}}).
How you configure the settings depends on how you would like to utilise the
repository. You can add the Archiva repository as an additional repository to
others already declared by the project, or lock down the
environment to only use the Archiva repositories (possibly proxying content
from a remote repository).