diff --git a/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh b/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh index e39bc3c74d..37b6132817 100755 --- a/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh +++ b/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh @@ -1,5 +1,10 @@ #!/bin/sh -cp ibiblio-htaccess /home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess -scp ibiblio-htaccess login.ibiblio.org:/public/html/maven/.htaccess +if [ "`hostname`" == "beaver.codehaus.org" ]; then + cp ibiblio-htaccess /home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess +else + scp ibiblio-htaccess maven@beaver.codehaus.org:/home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess +fi + +scp ibiblio-htaccess maven@login.ibiblio.org:/public/html/maven/.htaccess diff --git a/maven-meeper/src/bin/ibiblio-htaccess b/maven-meeper/src/bin/ibiblio-htaccess index c225c9e2b3..a0c512a4b4 100644 --- a/maven-meeper/src/bin/ibiblio-htaccess +++ b/maven-meeper/src/bin/ibiblio-htaccess @@ -10,6 +10,7 @@ RewriteEngine on RewriteBase /maven/ RewriteRule /dom4j/jars/dom4j-(.+).jar$ /maven2/dom4j/dom4j/$1/dom4j-$1.jar [L] +RewriteRule /jaxen/jars/jaxen-1.0-FCS-full.jar$ /maven2/jaxen/jaxen/1.0-FCS/dom4j-1.0-FCS-full.jar [L] RewriteRule /cactus/jars/cactus-([0-9]+)-(.+).jar$ /maven2/cactus/cactus/$1-$2/cactus-$1-$2.jar [L] RewriteRule /commons-logging/jars/commons-logging-1.1-dev.jar /maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [L] RewriteRule /strutstestcase/jars/strutstestcase-(.+).jar /maven2/strutstestcase/strutstestcase/$1/strutstestcase-$1.jar [L]