mirror of https://github.com/apache/archiva.git
o The start of a litle Maven Repository Sync Kit for organizations that want to
sync to Maven's central repository. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d6ac8dfd5
commit
78a39f2735
|
@ -0,0 +1,31 @@
|
||||||
|
----
|
||||||
|
Maven Repository Syncing Kit
|
||||||
|
-----
|
||||||
|
Jason van Zyl
|
||||||
|
-----
|
||||||
|
17 October 2006
|
||||||
|
-----
|
||||||
|
|
||||||
|
Maven Repository Syncing 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 @@
|
||||||
|
ssh-dss AAAAB3NzaC1kc3MAAACBAL9WxLqVn4DgS3pl6XrHQ467FLfhX+9ESYUQNsmqOxsubixtVVfiNFDpDI/LlSZSs9YcKr6XUMrVy58y3yg8pxR+T+4h3xGlUIhr/YJ60z02X7mSYNa8S2uVVL2Gou8z/GjDJnlY1GGzqXwKI07WdQ8QSAK8AYgAAZfVzn4VbCcjAAAAFQCnVrFfasrKOb6s8gteHeYyYPgndwAAAIEAhtVdf/cQ+KuzBQQqEhz9O7rqSh5GqZE177oY+2lPNpR8lKg2TRk87j3sh506gmpk82Gm4RvAOBOI6zEwLoOLsR+ucVSzUfhqgGanUworHVUnGQ7mIBqBq91JVVGORfVfK5/omi0ShIdhyZscf3vmeE3GiYtH8J3aUbGXxylkpLYAAACAOBk/ghnjuujhVo4sypxn0ATVLJ4ZcyHkl2vC4SE6VQ2XgYQv3P+NLbQtKoiNASifF1V0sOrzXxPzhPwWoh+8SxVqVLui7VC+2MKgd3etBJ3tllXIjgsxL9k8LxfDwsM+3dmICf28YQePRt4XkXADthdhOdkgG7MnpSidVmNBgDc= maven@beaver.codehaus.org
|
|
@ -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