To: luisangel@ssf.com.mx
From: Christian <christian@ssf.com.mx>
Subject: SETTINGS.XML
Message-ID: <573F4077.1050403@ssf.com.mx>
Date: Fri, 20 May 2016 11:51:03 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
 Thunderbird/38.8.0
MIME-Version: 1.0
Content-Type: multipart/mixed;
 boundary="------------040209040001000006080904"

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

Te anexo el archivo settings.xml que debe ir en ~/.m2/

Saludos.

Christian Trejo

--------------040209040001000006080904
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>
  <!--<offline>true</offline>-->
  <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>


--------------040209040001000006080904--
