# jvm-application-cnb **Repository Path**: mirrors_cloudfoundry/jvm-application-cnb ## Basic Information - **Project Name**: jvm-application-cnb - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `jvm-application-cnb` The Cloud Foundry JVM Application Buildpack is a Cloud Native Buildpack V3 that enables the running of JVM applications. This buildpack is designed to work in collaboration with other buildpacks. ## Detection The detection phase passes if * `jvm-application` exists in the build plan * Contributes `openjdk-jre` to the build plan * Contributes `openjdk-jre.metadata.launch = true` to the build plan ## Build If the build plan contains * `jvm-application` * `/META-INF/MANIFEST.MF` with `Main-Class` key declared * Contributes `executable-jar` process type * Contributes `task` process type * Contributes `web` process type ## License This buildpack is released under version 2.0 of the [Apache License][a]. [a]: https://www.apache.org/licenses/LICENSE-2.0