Added objectweb repo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-02-07 00:18:26 +00:00
parent b2e70bc866
commit abaf374796
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#!/bin/sh
echo This script is very temporary. Please validate all input files in the repository before blindly copying them in.
echo Ensure all artifacts have a valid POM.
echo This will be removed when the repository manager is in place.
OPTS=-n
if [ "$1" == "go" ]; then
echo Doing sync for real
OPTS=
fi
cd $HOME/repository-staging/to-ibiblio/maven2
CMD="rsync --exclude="README.txt" -e ssh $OPTS -avz maven@forge.objectweb.org:../../groups/maven/htdocs/maven2/org/objectweb/* org/objectweb/"
echo $CMD
$CMD