[aerogear-dev] OpenShift profile in AeroGear (backend) projects
Christos Vasilakis
cvasilak at gmail.com
Fri Jan 17 08:06:44 EST 2014
+1 for OpenShift hosted ones
-
Christos
On Jan 17, 2014, at 2:54 PM, Daniel Passos <daniel at passos.me> wrote:
> Hi folks,
>
> What do you think about add Openshift profile in our backend projects?
>
> <profile>
> <!-- When built in OpenShift the 'openshift' profile will be used when invoking mvn. -->
> <!-- Use this profile for any OpenShift specific customization your app will need. -->
> <!-- By default that is to put the resulting archive into the 'deployments' folder. -->
> <!-- http://maven.apache.org/guides/mini/guide-building-for-different-environments.html -->
> <id>openshift</id>
> <build>
> <finalName>project-name</finalName>
> <plugins>
> <plugin>
> <artifactId>maven-war-plugin</artifactId>
> <version>2.1.1</version>
> <configuration>
> <outputDirectory>deployments</outputDirectory>
> <warName>ROOT</warName>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </profile>
> -- Daniel Passos
>
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20140117/4523c267/attachment.html
More information about the aerogear-dev
mailing list