Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Specify home path in java-maven devfile #6

Merged
merged 1 commit into from
Jun 1, 2019

Commits on May 30, 2019

  1. Specify home path in java-maven devfile

    Since OpenShift starts containers with a random UID (which has no
    username associated with it), maven running on OpenShift cannot figure
    out where to place the .m2 repository. This commit explicitly sets the
    -Duser.home parameter to /home/user to match the mounted .m2 volume.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed May 30, 2019
    Configuration menu
    Copy the full SHA
    5a7389e View commit details
    Browse the repository at this point in the history