Hi,

it will work but then your internal repo should offer your local artifacts
_AND_ all other stuff found on "central" repo since this mirror settings
will "override" the default central repo. Ant it is HUUGE to mirror by
scraping.

You could set up some maven proxy to do the job.

The JAR naming in remote (internal or public) repositories is FIXED and
follows this guide:
http://maven.apache.org/guides/mini/guide-naming-conventions.html
thus, you should not have unversioned jars in remote repo....

~t~

On 6/22/06, Vinay Kumar <[EMAIL PROTECTED]> wrote:

Will following work:
      <mirror>
            <id>maven-proxy</id>
            <name>Maven-Proxy Mirror</name>
            <url>http://10.105.49.175:9999/repository/</url>
            <mirrorOf>central</mirrorOf>
        </mirror>

Reply via email to