From 38e33a8fefddcb8219fdb83539ae9cda0f2ca67b Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 11 May 2004 20:07:52 +0000 Subject: [PATCH] o we'll use secure access to get the artifacts git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162697 13f79535-47bb-0310-9956-ffa450edef68 --- maven-meeper/src/bin/codehaus/sync-codehaus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-meeper/src/bin/codehaus/sync-codehaus b/maven-meeper/src/bin/codehaus/sync-codehaus index 41441eca69..fdd7cd0ffe 100755 --- a/maven-meeper/src/bin/codehaus/sync-codehaus +++ b/maven-meeper/src/bin/codehaus/sync-codehaus @@ -2,4 +2,4 @@ umask 002 -rsync -rvl --size-only dist.codehaus.org::dist /public/html/maven +rsync -rvl --size-only --ignore-existing --rsh="ssh -l rsync" dist.codehaus.org:/dist/ /public/html/maven