Skip to content

Commit

Permalink
devfile package: adding missing env for m2repo location
Browse files Browse the repository at this point in the history
Signed-off-by: che <[email protected]>
  • Loading branch information
che committed Dec 16, 2019
1 parent b021065 commit d3adc25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-local.devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ components:
command: ['sleep']
args: ['infinity']
mountSources: true
env:
- name: MAVEN_OPTS
value: '-Dmaven.repo.local=/projects/local/m2repo'

- alias: node-frontend-dev
mountSources: true
Expand Down

0 comments on commit d3adc25

Please sign in to comment.