From: skygo Date: Thu, 27 Sep 2012 23:45:28 +0000 (+0000) Subject: minor fix for link in apt file X-Git-Tag: archiva-1.4-M3~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a3059b8939b02f725ce2fd174c7857dce5ddc0e9;p=archiva.git minor fix for link in apt file git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391263 13f79535-47bb-0310-9956-ffa450edef68 --- 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 <<>> 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).