-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maven buildpack environment configuration (#508)
* Honor buildpack provided env vars Lifecycle sets buildpack provided build time env vars in the current environment. This change reads from both the platform directory (user or platform provided) as well as now the current environment (buildpack provided). This fixes compatibility with a nexus/artifactory type buildpack that sets `MAVEN_SETTINGS_PATH` or `MAVEN_SETTINGS_URL`. * Recognize `JAVA_HOME` env var being set Currently, `JAVA_HOME` is ignored even if set by a buildpack, user, or operator since `clear-env` is set to true. This change sets it in the maven environment if it's present. * add changelog entry
- Loading branch information
Showing
2 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters