Here it is.

But I do not see the point: how is the mirror involved? It seems that
maven tries to download from repo1 and not from my company repo, where
it is supposed to try first.

Anyway, maybe I am missing some point here :)

Thanks.

On 7/10/07, Rémy Sanlaville <[EMAIL PROTECTED]> wrote:
Can we see you setting.xml ?
It seems that you have not a mirror of central.

Rémy

<settings>
<servers>
	<server>
    <server>
      <id>sourcesense</id>
      <username>username</username>
      <password>very-secret</password>
    </server>
    <server>
      <id>tomcat-localhost</id>
      <username>admin</username>
      <password>admin</password>
    </server>
</servers>

  <proxies>
   <proxy>
      <active>false</active>
      <protocol>https</protocol>
      <host>10.11.2.100</host>
      <port>80</port>
      <username>user</username>
      <password>pass</password>
      <nonProxyHosts>127.0.0.1|localhost</nonProxyHosts>
    </proxy>
   <proxy>
      <active>false</active>
      <protocol>http</protocol>
      <host>10.11.2.100</host>
      <port>80</port>
      <username>user</username>
      <password>pass</password>
      <nonProxyHosts>127.0.0.1|localhost</nonProxyHosts>
    </proxy>  
   <proxy>
      <active>false</active>
      <protocol>dav</protocol>
      <host>10.11.2.100</host>
      <port>80</port>
      <username>user</username>
      <password>pass</password>
      <nonProxyHosts>127.0.0.1|localhost</nonProxyHosts>
    </proxy>       
  </proxies>

</settings>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to