diff options
author | Carlos Sanchez Gonzalez <carlos@apache.org> | 2007-06-21 18:29:08 +0000 |
---|---|---|
committer | Carlos Sanchez Gonzalez <carlos@apache.org> | 2007-06-21 18:29:08 +0000 |
commit | 9c28b84f4eaed9d6afdf302eb845ece3b96d458b (patch) | |
tree | cd43f518464b9130ceaf9ca772b93faea4056436 | |
parent | 3c07daf9e5c32d541bafe1fe0fb8d5aefc845cb9 (diff) | |
download | archiva-9c28b84f4eaed9d6afdf302eb845ece3b96d458b.tar.gz archiva-9c28b84f4eaed9d6afdf302eb845ece3b96d458b.zip |
[MAVENUPLOAD-1604] Add ognl sync
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549580 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | maven-meeper/src/bin/synchronize/m2-sync/conf/ognl.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/ognl.sh b/maven-meeper/src/bin/synchronize/m2-sync/conf/ognl.sh new file mode 100755 index 000000000..dd96c10ec --- /dev/null +++ b/maven-meeper/src/bin/synchronize/m2-sync/conf/ognl.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +CONTACTS="Patrick Lightbody <plightbo@gmail.com>" +MODE=rsync_ssh + +FROM=maven2.opensymphony.com:/opt/repository/maven2 +GROUP_DIR=ognl/ |