From: Brett Porter Date: Thu, 20 Mar 2008 14:21:43 +0000 (+0000) Subject: [MRM-700] Review the documentation on deploying to Archiva for inconsistent repositor... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d3df9297d58a46d81a350314e776bb226881c72;p=archiva.git [MRM-700] Review the documentation on deploying to Archiva for inconsistent repository ids Merged from: r628786 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@639295 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-1.0.x/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-1.0.x/archiva-docs/src/site/apt/userguide/deploy.apt index 342121479..e0d133390 100644 --- a/archiva-1.0.x/archiva-docs/src/site/apt/userguide/deploy.apt +++ b/archiva-1.0.x/archiva-docs/src/site/apt/userguide/deploy.apt @@ -17,7 +17,12 @@ Deploying to Repository ... - deployment.webdav + archiva.internal + {archiva-deployment-user} + {archiva-deployment-pwd} + + + archiva.snapshots {archiva-deployment-user} {archiva-deployment-pwd} @@ -29,7 +34,9 @@ Deploying to Repository * Deploying to Archiva using WebDAV - [[1]] Configure the <<>> part of your <<>> (customising the URLs as needed) + [[1]] Configure the <<>> part of your <<>> (customising the URLs as needed). + The <<>> of the repository in <<>> <> match the <<>> of the <<>> + element in <<>>. +-------------------------------------------------------------------------+ @@ -115,7 +122,7 @@ Deploying to Repository +------+ mvn deploy:deploy-file -Dfile=filename.jar -DpomFile=filename.pom - -DrepositoryId=deployment.webdav + -DrepositoryId=archiva.internal -Durl=dav:http://repo.mycompany.com:8080/repository/internal/ +------+