mirror of https://github.com/apache/archiva.git
o start a little mirroring kit for people who want to mirror central
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@470608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5caadc7c03
commit
0e86efbac7
|
@ -0,0 +1,31 @@
|
|||
----
|
||||
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
|
|
@ -0,0 +1,9 @@
|
|||
[info]
|
||||
id = org.foo
|
||||
name = My Software Foundation
|
||||
contact = you@foo.org
|
||||
|
||||
[host]
|
||||
address=repository.foo.org
|
||||
directory=/www/maven-2-repository
|
||||
rsyncUser=maven
|
Loading…
Reference in New Issue