Return-path: <martin@ssf.com.mx>
Envelope-to: victor@ssf.com.mx
Delivery-date: Thu, 17 Dec 2015 14:05:05 -0600
Received: from 187-254-4-81-cable.cybercable.net.mx ([187.254.4.81]:33139 helo=[192.168.1.162])
	by vishnu.hosting-mexico.net with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128)
	(Exim 4.86)
	(envelope-from <martin@ssf.com.mx>)
	id 1a9enQ-001YwV-Uz
	for victor@ssf.com.mx; Thu, 17 Dec 2015 14:05:05 -0600
Subject: Fwd: settings mvn
References: <5672E592.7010903@ssf.com.mx>
To: victor@ssf.com.mx
From: martin <martin@ssf.com.mx>
X-Forwarded-Message-Id: <5672E592.7010903@ssf.com.mx>
Message-ID: <56731571.10300@ssf.com.mx>
Date: Thu, 17 Dec 2015 14:05:05 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <5672E592.7010903@ssf.com.mx>
Content-Type: multipart/mixed;
 boundary="------------020502020305010705040403"

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


--------------040308030104050006050309
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit



-------- Forwarded Message --------
Subject: 	settings mvn
Date: 	Thu, 17 Dec 2015 10:40:50 -0600
From: 	martin <martin@ssf.com.mx>
To: 	jorge@ssf.mx



adjunto los archivos y estos son los comandos mvn

clean install -Denvironment=integration -Ddbvendor=psql                      		<------commons

-Pcompile-widgetset clean install												<------SCGaspar

tomcat:redeploy -Dtomcat.url=http://localhost:8900/manager/text		<------SCGaspar-web

tomcat:redeploy -Dtomcat.url=http://localhost:8900/manager/text		<------SCGaspar-integrationAPI

clean install																		<------Broker

mvn jetty:run -DdataAccess.props.dir=/home/martin/BrokerConf/



--------------040308030104050006050309
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-forward-container"><br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Subject:
            </th>
            <td>settings mvn</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date: </th>
            <td>Thu, 17 Dec 2015 10:40:50 -0600</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">From: </th>
            <td>martin <a class="moz-txt-link-rfc2396E" href="mailto:martin@ssf.com.mx">&lt;martin@ssf.com.mx&gt;</a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">To: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:jorge@ssf.mx">jorge@ssf.mx</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      adjunto los archivos y estos son los comandos mvn<br>
      <br>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <pre style="background-color:#2b2b2b;color:#a9b7c6;font-family:'Ubuntu';font-size:11.3pt;">clean install -Denvironment=integration -Ddbvendor=psql                      		&lt;------commons

<meta http-equiv="content-type" content="text/html; charset=utf-8">-Pcompile-widgetset clean install												&lt;------SCGaspar

<meta http-equiv="content-type" content="text/html; charset=utf-8">tomcat:redeploy -Dtomcat.url=<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://localhost:8900/manager/text">http://localhost:8900/manager/text</a>		&lt;------SCGaspar-web

<meta http-equiv="content-type" content="text/html; charset=utf-8">tomcat:redeploy -Dtomcat.url=<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://localhost:8900/manager/text">http://localhost:8900/manager/text</a>		&lt;------SCGaspar-integrationAPI

<meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8">clean install																		&lt;------Broker

mvn jetty:run -DdataAccess.props.dir=/home/martin/BrokerConf/


</pre>

</div>
</body></html>
--------------040308030104050006050309--

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



--------------020502020305010705040403
Content-Type: text/xml;
 name="tomcat-users.xml"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="tomcat-users.xml"

<?xml version="1.0" encoding="utf-8"?><tomcat-users><user username="admin" password="adminadmin" roles="manager, manager-gui, manager-script, admin"/></tomcat-users>


--------------020502020305010705040403--
