mirror of https://github.com/apache/maven.git
fix location
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@348876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b866f19ccb
commit
62e8e280d5
|
@ -1,7 +1,7 @@
|
|||
RewriteEngine on
|
||||
#RewriteLog rewrite.log
|
||||
#RewriteLogLevel 9
|
||||
RewriteMap artifact-map txt:/home/projects/maven/repository-staging/to-ibiblio/maven/artifact-map.txt
|
||||
RewriteMap artifact-map txt:/home/projects/maven/components/maven-meeper/src/bin/artifact-map.txt
|
||||
|
||||
# rewrite mapped artifact
|
||||
RewriteRule ^/maven/(.*)$ /maven/${artifact-map:$1|$1}
|
||||
|
|
Loading…
Reference in New Issue