diff options
Diffstat (limited to 'maven-meeper')
-rwxr-xr-x | maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh b/maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh new file mode 100755 index 000000000..e137917b1 --- /dev/null +++ b/maven-meeper/src/bin/synchronize/m2-sync/conf/ch.qos.logback.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +FROM=rsync://logback.qos.ch/dist/bundles/ +TO=ch/qos/logback + +NO_SSH=true
\ No newline at end of file |