From d8db8b9a577c038c97bd4d8a35c24b67ccdb2776 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Fri, 30 May 2008 09:22:19 +0000 Subject: [PATCH] o Unindent configuration snippets to make them copy-paste friendly. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661613 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/apt/userguide/deploy.apt | 124 +++++++++--------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-docs/src/site/apt/userguide/deploy.apt index 8e346bd62..006513eda 100644 --- a/archiva-docs/src/site/apt/userguide/deploy.apt +++ b/archiva-docs/src/site/apt/userguide/deploy.apt @@ -19,23 +19,23 @@ Deploying to Repository [[3]] Define the server for deployment inside your 'settings.xml', use the newly created user for authentication +-------------------------------------------------------------------------+ - + + ... + + + archiva.internal + {archiva-deployment-user} + {archiva-deployment-pwd} + + + archiva.snapshots + {archiva-deployment-user} + {archiva-deployment-pwd} + ... - - - archiva.internal - {archiva-deployment-user} - {archiva-deployment-pwd} - - - archiva.snapshots - {archiva-deployment-user} - {archiva-deployment-pwd} - - ... - - ... - + + ... + +-------------------------------------------------------------------------+ ** Deploying to Archiva using HTTP @@ -45,22 +45,22 @@ Deploying to Repository element in <<>>. +-------------------------------------------------------------------------+ - - ... - - - archiva.internal - Internal Release Repository - http://reposerver.mycompany.com:8080/archiva/repository/internal/ - - - archiva.snapshots - Internal Snapshot Repository - http://reposerver.mycompany.com:8080/archiva/repository/snapshots/ - - - ... - + + ... + + + archiva.internal + Internal Release Repository + http://reposerver.mycompany.com:8080/archiva/repository/internal/ + + + archiva.snapshots + Internal Snapshot Repository + http://reposerver.mycompany.com:8080/archiva/repository/snapshots/ + + + ... + +-------------------------------------------------------------------------+ ** Deploying to Archiva using WebDAV @@ -71,40 +71,40 @@ Deploying to Repository [[1]] Add <<>> to the front of the deployment URLs: +-------------------------------------------------------------------------+ - - ... - - - archiva.internal - Internal Release Repository - dav:http://reposerver.mycompany.com:8080/archiva/repository/internal/ - - - archiva.snapshots - Internal Snapshot Repository - dav:http://reposerver.mycompany.com:8080/archiva/repository/snapshots/ - - - ... - + + ... + + + archiva.internal + Internal Release Repository + dav:http://reposerver.mycompany.com:8080/archiva/repository/internal/ + + + archiva.snapshots + Internal Snapshot Repository + dav:http://reposerver.mycompany.com:8080/archiva/repository/snapshots/ + + + ... + +-------------------------------------------------------------------------+ [[2]] Add a build extension to your <<>> (not required in Maven 2.0.9 and above) +-------------------------------------------------------------------------+ - - ... - - - - org.apache.maven.wagon - wagon-webdav - 1.0-beta-2 - - - - ... - + + ... + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-2 + + + + ... + +-------------------------------------------------------------------------+ ** Deploying using other protocols @@ -143,7 +143,7 @@ mvn deploy:deploy-file -Dfile=filename.jar -DpomFile=filename.pom pom 1 Webdav Deployment POM - +