Return-path: <christian@ssf.com.mx>
Envelope-to: victor@ssf.com.mx
Delivery-date: Wed, 25 Nov 2015 12:14:37 -0600
Received: from 187-254-0-126-cable.cybercable.net.mx ([187.254.0.126]:47130 helo=[192.168.1.149])
	by vishnu.hosting-mexico.net with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128)
	(Exim 4.86)
	(envelope-from <christian@ssf.com.mx>)
	id 1a1eaT-001xdF-3F; Wed, 25 Nov 2015 12:14:37 -0600
To: luis@ssf.com.mx, victor@ssf.com.mx, diego@ssf.com.mx
From: Christian <christian@ssf.com.mx>
Subject: Settings.xml
Message-ID: <5655FA8D.1010908@ssf.com.mx>
Date: Wed, 25 Nov 2015 12:14:37 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
 Thunderbird/38.3.0
MIME-Version: 1.0
Content-Type: multipart/mixed;
 boundary="------------050805080206050805090600"

This is a multi-part message in MIME format.
--------------050805080206050805090600
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

Aqui les dejo el settings.xml

Saludos!
Christian


--------------050805080206050805090600
Content-Type: text/xml;
 name="settings.xml"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="settings.xml"

<settings>
  <servers>
    <server>
      <id>snapshots</id>
      <username>admin</username>
      <password>adminadmin</password>
    </server>
    <server>
      <id>releases</id>
      <username>admin</username>
      <password>adminadmin</password>
    </server>
  </servers>

  <mirrors>
    <mirror>
      <!--This sends everything else to /public -->
      <id>nexus</id>
      <mirrorOf>*</mirrorOf>
      <url>http://177.240.165.135:8081/nexus/content/groups/public/</url>
    </mirror>
  </mirrors>
  <profiles>
    <profile>
      <id>nexus</id>
      <!--Enable snapshots for the built in central repo to direct -->
      <!--all requests to nexus via the mirror -->
      <repositories>
        <repository>
          <id>central</id>
          <url>http://central</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </repository>

	<repository>
          <id>snapshots</id>
          <url>http://177.240.165.135/nexus/content/repositories/snapshots</url>
          <snapshots>
	    <enabled>true</enabled>
	    <updatePolicy>interval:120</updatePolicy>
	  </snapshots>
        </repository>

      </repositories>
     <pluginRepositories>
        <pluginRepository>
          <id>central</id>
          <url>http://central</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>
  <activeProfiles>
    <!--make the profile active all the time -->
    <activeProfile>nexus</activeProfile>
  </activeProfiles>
</settings>

--------------050805080206050805090600--
