diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-10-26 14:47:46 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-10-26 14:47:46 +0000 |
commit | 4d6ac8dfd50764ba7ba5ea95c1978ecf6923d720 (patch) | |
tree | 2c18e69b69183079c670d91b0479b4ce34c54206 /maven-meeper/src/bin/synchronize.properties | |
parent | 6354c84c82fdb0eb13b3367be49d3f7b83f8399b (diff) | |
download | archiva-4d6ac8dfd50764ba7ba5ea95c1978ecf6923d720.tar.gz archiva-4d6ac8dfd50764ba7ba5ea95c1978ecf6923d720.zip |
o adding the m2 repository sync into the standard process
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468022 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/src/bin/synchronize.properties')
-rw-r--r-- | maven-meeper/src/bin/synchronize.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maven-meeper/src/bin/synchronize.properties b/maven-meeper/src/bin/synchronize.properties index 82da23196..5ef9a6068 100644 --- a/maven-meeper/src/bin/synchronize.properties +++ b/maven-meeper/src/bin/synchronize.properties @@ -4,5 +4,6 @@ export CENTRAL_HOST=maven01.managed.contegix.com export TOOLS_BASE=$HOME/components/maven-meeper/src/bin export SYNC_TOOLS=$TOOLS_BASE/synchronize export SYNCOPATE=$SYNC_TOOLS/syncopate +export M2_SYNC=$SYNC_TOOLS/m2-sync export REPOCLEAN=$TOOLS_BASE/m1-m2-conversion export M1_M2_REWRITE_RULES=$SYNC_TOOLS/m1-m2-mod-rewrite-rules.txt |