From ce1253dc038480c3d174a341bd9b28979714673f Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Fri, 30 May 2008 09:08:43 +0000 Subject: [PATCH] o Indent POM snippet to make it copy-paste friendly. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661606 13f79535-47bb-0310-9956-ffa450edef68 --- .../site/apt/userguide/using-repository.apt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/archiva-docs/src/site/apt/userguide/using-repository.apt b/archiva-docs/src/site/apt/userguide/using-repository.apt index 48ab0a27d..bc05ce4f1 100644 --- a/archiva-docs/src/site/apt/userguide/using-repository.apt +++ b/archiva-docs/src/site/apt/userguide/using-repository.apt @@ -50,7 +50,7 @@ Configuring Maven 2 to use an Archiva repository You will need to add one entry for each repository that is setup in Archiva. If your repository contains plugins; remember to also include a \ setting. - [[1]] create a new profile to setup your repositories + [[1]] Create a new profile to setup your repositories +-------------------------------------------------------------------------+ @@ -86,21 +86,21 @@ Configuring Maven 2 to use an Archiva repository +-------------------------------------------------------------------------+ - [[2]] add your repository configuration to the profile + [[2]] Add your repository configuration to the profile You can copy the repository configuration from the POM Snippet on the Archiva Administration Page for a normal repository. It should look much like: +-------------------------------------------------------------------------+ - - repository-1 - http://repo.mycompany.com:8080/archiva/repository/internal/ - - true - - - false - - + + repository-1 + http://repo.mycompany.com:8080/archiva/repository/internal/ + + true + + + false + + +-------------------------------------------------------------------------+ [[3]] Add the necessary security configuration -- 2.39.5