Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

tearsofaunicorn/openshift-diy-maven

Repository files navigation

openshift-diy-maven

This project provides an example set for a Dropwizard Java application that is packaged so it can be deployed to OpenShift in a DIY-cartridge.

Although this project uses Dropwizard as the example being built and deployed, the build and deploy steps can be reused for any Java application which uses an embedded server as it just executes Maven steps.

This source project accompanies the blog post here:

http://tearsofaunicorn.com/articles/deploying-dropwizard-to-openshift.html

Building the project and running the tests

The project can be built using the standard Maven commands:

mvn clean package

The project can be deployed to OpenShift by:

  1. Creating a DIY application on OpenShift
  2. Pushing the code to the Git repository for the created application and letting OpenShift build and deploy it

About

An example of a OpenShift DIY application which uses Maven to build and package an embedded Jetty server (Dropwizard)

http://tearsofaunicorn.com/articles/deploying-dropwizard-to-openshift.html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors