]> source.dussan.org Git - archiva.git/commitdiff
minor fix for link in apt file
authorskygo <skygo@unknown>
Thu, 27 Sep 2012 23:45:28 +0000 (23:45 +0000)
committerskygo <skygo@unknown>
Thu, 27 Sep 2012 23:45:28 +0000 (23:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391263 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/userguide/deploy.apt
archiva-docs/src/site/apt/userguide/using-repository.apt

index 0681126e80c75ac1ae16eff94498050adde139bd..16994939da03b5b6241b4be8adb02d460f441c4f 100644 (file)
@@ -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.
index c4ab2aa7cdc9eb2242d1edce93868db596423080..b35a41ebc0d8e6a9e533d3cd5be964bc8339d12c 100644 (file)
@@ -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).