<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">+1 for OpenShift hosted ones<div><div><br></div><div>-</div><div>Christos</div><div><br><div><div><br></div><div><br><div><div><div>On Jan 17, 2014, at 2:54 PM, Daniel Passos &lt;<a href="mailto:daniel@passos.me">daniel@passos.me</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 1em; margin: auto; background-color: rgb(254, 254, 254); font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><p style="margin: 15px 0px;">Hi folks,</p><p style="margin: 15px 0px;">What do you think about add Openshift profile in our backend projects?</p><pre style="margin: 15px 0px; font-family: Monaco; font-size: 10pt; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(248, 248, 248); color: inherit; border: 1px solid rgb(204, 204, 204); overflow: auto; padding: 4px 8px;"><code style="font-family: Monaco; font-size: 10pt; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(248, 248, 248); color: inherit; border: 0px; margin: 0px; padding: 0px;">&lt;profile&gt;
    &lt;!-- When built in OpenShift the 'openshift' profile will be used when invoking mvn. --&gt;
    &lt;!-- Use this profile for any OpenShift specific customization your app will need. --&gt;
    &lt;!-- By default that is to put the resulting archive into the 'deployments' folder. --&gt;
    &lt;!-- <a href="http://maven.apache.org/guides/mini/guide-building-for-different-environments.html" style="color: rgb(65, 131, 196); background-color: inherit; text-decoration: none;">http://maven.apache.org/guides/mini/guide-building-for-different-environments.html</a> --&gt;
    &lt;id&gt;openshift&lt;/id&gt;
    &lt;build&gt;
        &lt;finalName&gt;project-name&lt;/finalName&gt;
        &lt;plugins&gt;
            &lt;plugin&gt;
                &lt;artifactId&gt;maven-war-plugin&lt;/artifactId&gt;
                &lt;version&gt;2.1.1&lt;/version&gt;
                &lt;configuration&gt;
                    &lt;outputDirectory&gt;deployments&lt;/outputDirectory&gt;
                    &lt;warName&gt;ROOT&lt;/warName&gt;
                &lt;/configuration&gt;
            &lt;/plugin&gt;
        &lt;/plugins&gt;
    &lt;/build&gt;
&lt;/profile&gt;
</code></pre><p style="margin: 15px 0px;">-- Daniel Passos</p>_______________________________________________<br>aerogear-dev mailing list<br><a href="mailto:aerogear-dev@lists.jboss.org" style="color: rgb(65, 131, 196); background-color: inherit; text-decoration: none;">aerogear-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" style="color: rgb(65, 131, 196); background-color: inherit; text-decoration: none;">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a></div></blockquote></div><br></div></div></div></div></div></body></html>