This example project shows:
- Package a Maven project (
mvn package
) into a deployable artifact (Spring Boot jar) - Deploy artifact to Cloud Foundry (PCF Dev)
This guide assumes you have a working installation of Concourse. If you don't, please follow the Concourse Hellow World guide to get up and running with Concourse locally (uses Vagrant and VirtualBox).
$ git clone https://github.com/patrickcrocker/concourse-maven-cf-simple.git
$ cd concourse-maven-cf-simple
$ fly -t lite set-pipeline -p maven-cf-simple -c pipeline.yml
$ fly -t lite unpause-pipeline -p maven-cf-simple
When it is all said and done, you should have the application running on Cloud Foundry!