On Tue, Jan 29, 2008 at 05:16:37PM -0500, Donald Woods wrote:
>     <mirror>
>       <id>maven-proxy</id>
>       <name>Mirror of all required maven repos</name>
>       <url>http://<your_hostname>/maven-proxy/repository</url>
>       <mirrorOf>*</mirrorOf>
>     </mirror>

I just noticed something odd.  There's a "repository" directory in the
Geronimo source tree (at least the 2.0.2 tree) and it appears as if
the way it works is to set itself up as a remote repo and then
"depend" the jars into the user's cache repo.  By setting the
"mirrorOf" to "*" you also override that in-tree repository so the
jars come from the outside world.  Is this kosher or is there an
"except for" syntax that I can use in the mirrorOf element?

Thanks,
Toby

Reply via email to