Return-path: <martin@ssf.com.mx>
Envelope-to: omar@ssf.com.mx
Delivery-date: Tue, 28 Jul 2015 12:27:41 -0500
Received: from 187-254-9-149-cable.cybercable.net.mx ([187.254.9.149]:40738 helo=[192.168.1.120])
	by vishnu.hosting-mexico.net with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128)
	(Exim 4.85)
	(envelope-from <martin@ssf.com.mx>)
	id 1ZK8fE-001pVd-W8
	for omar@ssf.com.mx; Tue, 28 Jul 2015 12:27:41 -0500
Message-ID: <55B7BB8C.3010400@ssf.com.mx>
Date: Tue, 28 Jul 2015 12:27:40 -0500
From: martin <martin@ssf.com.mx>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0
MIME-Version: 1.0
To: omar@ssf.com.mx
Subject: Fwd: Configuracion maven
References: <CAEQRLDA9=CkjijyWEPAbZRXKXY1uL56tRoBEoVkDe_vQ_Qi8Yg@mail.gmail.com>
In-Reply-To: <CAEQRLDA9=CkjijyWEPAbZRXKXY1uL56tRoBEoVkDe_vQ_Qi8Yg@mail.gmail.com>
X-Forwarded-Message-Id: <CAEQRLDA9=CkjijyWEPAbZRXKXY1uL56tRoBEoVkDe_vQ_Qi8Yg@mail.gmail.com>
Content-Type: multipart/mixed;
 boundary="------------050803070006010206030207"

This is a multi-part message in MIME format.
--------------050803070006010206030207
Content-Type: multipart/alternative;
 boundary="------------080905090007090604080409"


--------------080905090007090604080409
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit




-------- Mensaje reenviado --------
Asunto: 	Configuracion maven
Fecha: 	Wed, 22 Jul 2015 17:37:11 -0500
De: 	Ricardo Garcia <ricardo.garcia@ssf.mx>
Para: 	martin@ssf.com.mx







--------------080905090007090604080409
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-forward-container"><br>
      <br>
      -------- Mensaje reenviado --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Asunto:
            </th>
            <td>Configuracion maven</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Fecha: </th>
            <td>Wed, 22 Jul 2015 17:37:11 -0500</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">De: </th>
            <td>Ricardo Garcia <a class="moz-txt-link-rfc2396E" href="mailto:ricardo.garcia@ssf.mx">&lt;ricardo.garcia@ssf.mx&gt;</a></td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Para: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:martin@ssf.com.mx">martin@ssf.com.mx</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <div dir="ltr"><br>
      </div>
      <br>
    </div>
    <br>
  </body>
</html>

--------------080905090007090604080409--

--------------050803070006010206030207
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>

--------------050803070006010206030207--
