senthilkumar sivanandam <[EMAIL PROTECTED]> writes:

> Hi 
>
> How can I change my remote repository? I have already

You cannot "change" the remote repository. You may however mirror the
repository named "central" so that all requests will be made to this
mirror instead of the set of real central repositories (and their
mirrors).

<mirrors>
        <mirror>
        <id>local1</id>
        <name>mycomp</name>
        <mirrorOf>central</mirrorOf>
       <layout>default</layout>
<url>http://mycomp/maven2-repository/</url>
                </mirror>
</mirrors>      

regards,
-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to