This buildpack is a fork from the Cloud Foundry Java Buildpack with a minor modification allowing the use of Java remote debugging on Stackato, using a Harbor service.
To debug an application with this buildpack, you will need to bind a harbor service to it named ${name}-debug. You can ask the Stackato command line client to do this for you before pushing your application by adding the -d option to the push command, or you can add this to your manifest file to create the service yourself:
services:
${name}-debug: harbor