aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt
diff options
context:
space:
mode:
authorskygo <skygo@unknown>2012-09-27 23:45:28 +0000
committerskygo <skygo@unknown>2012-09-27 23:45:28 +0000
commita3059b8939b02f725ce2fd174c7857dce5ddc0e9 (patch)
tree17c9e3026916c598565c52d3d9167bbb29786f47 /archiva-docs/src/site/apt
parent72112d7be49558718dce917c9a0c722c4f4f3e3c (diff)
downloadarchiva-a3059b8939b02f725ce2fd174c7857dce5ddc0e9.tar.gz
archiva-a3059b8939b02f725ce2fd174c7857dce5ddc0e9.zip
minor fix for link in apt file
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391263 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt')
-rw-r--r--archiva-docs/src/site/apt/userguide/deploy.apt4
-rw-r--r--archiva-docs/src/site/apt/userguide/using-repository.apt2
2 files changed, 3 insertions, 3 deletions
diff --git a/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-docs/src/site/apt/userguide/deploy.apt
index 0681126e8..16994939d 100644
--- a/archiva-docs/src/site/apt/userguide/deploy.apt
+++ b/archiva-docs/src/site/apt/userguide/deploy.apt
@@ -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.
diff --git a/archiva-docs/src/site/apt/userguide/using-repository.apt b/archiva-docs/src/site/apt/userguide/using-repository.apt
index c4ab2aa7c..b35a41ebc 100644
--- a/archiva-docs/src/site/apt/userguide/using-repository.apt
+++ b/archiva-docs/src/site/apt/userguide/using-repository.apt
@@ -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).