>
>Could you please send us the settings xml file in use?
>Should it contain any sensitive information, you may censor it or send it to 
>[email protected].
>
OK. Here's the censored version (no real names, passwords, hosts, etc.) that 
retains the structure of the client-side settings file:

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0                      
 
http://maven.apache.org/xsd/settings-1.0.0.xsd";>

  <proxies>
    <proxy>
      <id>HTTP</id>
      <active>true</active>
      <protocol>http</protocol>
      <host>proxy1</host>
      <port>8080</port>
      <nonProxyHosts>*.our.domain.name.here</nonProxyHosts>
    </proxy>
    <proxy>
      <id>HTTPS</id>
      <active>true</active>
      <protocol>https</protocol>
      <host>proxy1</host>
      <port>8080</port>
      <nonProxyHosts>*.our.domain.name.here</nonProxyHosts>
    </proxy>
  </proxies>
  <servers>
    <server>
      <id>X</id>
      <username>username</username>
      <password>password</password>
    </server>
    <server>
      <id>Y</id>
      <username>username</username>
      <password>password</password>
    </server>
    <server>
      <id>Z</id>
      <username>username</username>
      <password>password</password>
    </server>
  </servers>  
    <mirrors>
        <mirror>
            <id>localartifactory</id>
            <name>Repository</name>
            <mirrorOf>central,jboss,codehaus</mirrorOf>
            <url>http://our.internal.url.to.virtual.repo.here</url>
        </mirror>
    </mirrors>
</settings>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to