You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by de...@apache.org on 2008/05/30 11:04:59 UTC

svn commit: r661605 - /archiva/branches/archiva-1.0.x/archiva-docs/src/site/apt/userguide/using-repository.apt

Author: dennisl
Date: Fri May 30 02:04:59 2008
New Revision: 661605

URL: http://svn.apache.org/viewvc?rev=661605&view=rev
Log:
o Indent POM snippet to make it copy-paste friendly.

Modified:
    archiva/branches/archiva-1.0.x/archiva-docs/src/site/apt/userguide/using-repository.apt

Modified: archiva/branches/archiva-1.0.x/archiva-docs/src/site/apt/userguide/using-repository.apt
URL: http://svn.apache.org/viewvc/archiva/branches/archiva-1.0.x/archiva-docs/src/site/apt/userguide/using-repository.apt?rev=661605&r1=661604&r2=661605&view=diff
==============================================================================
--- archiva/branches/archiva-1.0.x/archiva-docs/src/site/apt/userguide/using-repository.apt (original)
+++ archiva/branches/archiva-1.0.x/archiva-docs/src/site/apt/userguide/using-repository.apt Fri May 30 02:04:59 2008
@@ -50,7 +50,7 @@
   
   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 \<pluginRepository\> setting.
 
-  [[1]] create a new profile to setup your repositories
+  [[1]] Create a new profile to setup your repositories
 
 +-------------------------------------------------------------------------+
 <settings>
@@ -86,21 +86,21 @@
 </settings>
 +-------------------------------------------------------------------------+
 
-  [[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>
-  <id>repository-1</id>
-  <url>http://repo.mycompany.com:8080/archiva/repository/internal/</url>
-  <releases>
-    <enabled>true</enabled>
-  </releases>
-  <snapshots>
-    <enabled>false</enabled>
-  </snapshots>
-</repository>
+    <repository>
+      <id>repository-1</id>
+      <url>http://repo.mycompany.com:8080/archiva/repository/internal/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
 +-------------------------------------------------------------------------+
 
   [[3]] Add the necessary security configuration