Skip to content

Commit d3adc25

Browse files
author
che
committed
devfile package: adding missing env for m2repo location
Signed-off-by: che <[email protected]>
1 parent b021065 commit d3adc25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package-local.devfile.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ components:
1818
command: ['sleep']
1919
args: ['infinity']
2020
mountSources: true
21+
env:
22+
- name: MAVEN_OPTS
23+
value: '-Dmaven.repo.local=/projects/local/m2repo'
2124

2225
- alias: node-frontend-dev
2326
mountSources: true

0 commit comments

Comments
 (0)