aboutsummaryrefslogtreecommitdiffstats
path: root/maven-meeper/src/bin/synchronize.properties
diff options
context:
space:
mode:
authorJason van Zyl <jvanzyl@apache.org>2006-12-02 19:23:30 +0000
committerJason van Zyl <jvanzyl@apache.org>2006-12-02 19:23:30 +0000
commit9b4890118d741f85a12e14acfb9ef97d4bdb78e8 (patch)
treefaee088f844e55000c0e9fcf45eaf03bdb2cb18f /maven-meeper/src/bin/synchronize.properties
parenta92dd01b853b8a7e7eab75893990683c5dbff66b (diff)
downloadarchiva-9b4890118d741f85a12e14acfb9ef97d4bdb78e8.tar.gz
archiva-9b4890118d741f85a12e14acfb9ef97d4bdb78e8.zip
o updating m1 location
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/src/bin/synchronize.properties')
-rw-r--r--maven-meeper/src/bin/synchronize.properties19
1 files changed, 18 insertions, 1 deletions
diff --git a/maven-meeper/src/bin/synchronize.properties b/maven-meeper/src/bin/synchronize.properties
index 3bb9cde39..6360fcab9 100644
--- a/maven-meeper/src/bin/synchronize.properties
+++ b/maven-meeper/src/bin/synchronize.properties
@@ -1,5 +1,22 @@
#!/bin/sh
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
export CENTRAL_HOST=maven01.managed.contegix.com
export TOOLS_BASE=$HOME/bin
export SYNC_TOOLS=$TOOLS_BASE/synchronize
@@ -10,7 +27,7 @@ export CONVERSION_PROPERTIES=$REPOCLEAN/conversion.properties
export M1_M2_REWRITE_RULES=$SYNC_TOOLS/m1-m2-mod-rewrite-rules.txt
export SYNC_REPORTS=$HOME/repository-staging/to-ibiblio/reports/sync
export IBIBLIO_SYNC_HOST=login.ibiblio.org
-export M1_IBIBLIO_SYNC_DIR=/pub/packages/maven
+export M1_IBIBLIO_SYNC_DIR=/public/ftp/pub/packages/maven
export M2_IBIBLIO_SYNC_DIR=/export/mirrors/maven2
export JAVA_HOME=/opt/java/sdk/current
export JAVA_CMD=$JAVA_HOME/bin/java