git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@470608
13f79535-47bb-0310-9956-
ffa450edef68
--- /dev/null
+ ----
+ Maven Repository Mirroring Kit
+ -----
+ Jason van Zyl
+ -----
+ 17 October 2006
+ -----
+
+Maven Repository Mirroring Kit
+
+Requirements
+
+ * SSH
+
+ * Rsync
+
+ * Maven's public SSH key
+
+ * Sample Maven sync configuration (sample.conf)
+
+ * Project PGP key
+
+Preparations
+
+ * Create a user account with an id of <<<maven>>>
+
+ * Setup SSH for the <<<maven>>> user
+
+ * Create a valid Maven sync configuration
+
+ * Submit configuration
--- /dev/null
+[info]
+id = org.foo
+name = My Software Foundation
+contact = you@foo.org
+
+[host]
+address=repository.foo.org
+directory=/www/maven-2-repository
+rsyncUser=maven