mirror of https://github.com/apache/maven.git
map poi to location it is converted to
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2baed3028e
commit
65fd7ae786
|
@ -15,6 +15,7 @@ RewriteRule commons-logging/jars/commons-logging-1.1-dev.jar /maven2/commons-log
|
|||
RewriteRule strutstestcase/jars/strutstestcase-(.+).jar /maven2/strutstestcase/strutstestcase/$1/strutstestcase-$1.jar [L]
|
||||
RewriteRule stax-utils/jars/stax-utils-snapshot-(.+).jar /maven2/stax-utils/stax-utils/snapshot-$1/stax-utils-snapshot-$1.jar [L]
|
||||
RewriteRule batik/jars/batik-1.5-fop-(.+).jar /maven2/batik/batik-1.5-fop/$1/batik-1.5-fop-$1.jar [L]
|
||||
RewriteRule poi/jars/poi-(.+)-final-(.+).jar /maven2/poi/poi-$1-final/$2/poi-$1-final-$2.jar [L]
|
||||
|
||||
# rewrite // to /
|
||||
#RewriteRule ^/maven//(.*) /maven/$1
|
||||
|
|
Loading…
Reference in New Issue