Hi

I think most of company will set up its own internal repository, right? So
we should always get a settings.xml like this, while "nexus" is the id of
our internal repository:

    <mirror>
      <id>nexus</id>
      <mirrorOf>*</mirrorOf>
     
<url>http://axddarep01.npr.bngf.local:8080/nexus/content/groups/max-public/</url>
    </mirror>

However, today I see another group is using something like this, what does
this mean?

        <mirrors>
                <mirror> 
                        <id>thirdparty</id> 
                        <mirrorOf>central</mirrorOf>            
                      
<url>http://axddarep01.npr.bngf.local:8080/nexus/content/repositories/thirdparty/</url>
                </mirror>
        </mirrors>

How to consolidate these two settings?

Thanks
Jirong

--
View this message in context: 
http://maven.40175.n5.nabble.com/Anyone-is-actually-use-central-repository-tp5669037p5669037.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to