Skip to content

Commit

Permalink
🐛 set mavenCacheDir. (#391)
Browse files Browse the repository at this point in the history
Pass the mavenCacheDir property to the java provider which is used to
build the maven global settings needed by JDTLS.

Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel authored Oct 30, 2024
1 parent 8735acd commit 5d9967c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
depOpenSourceLabelsFile: /usr/local/etc/maven.default.index
lspServerPath: /jdtls/bin/jdtls
mavenSettingsFile: $(maven.settings.path)
mavenCacheDir: {{ cache_mount_path }}/m2
---
kind: Extension
apiVersion: tackle.konveyor.io/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
depOpenSourceLabelsFile: /usr/local/etc/maven.default.index
lspServerPath: /jdtls/bin/jdtls
mavenSettingsFile: $(maven.settings.path)
mavenCacheDir: {{ cache_mount_path }}/m2
---
kind: Extension
apiVersion: tackle.konveyor.io/v1alpha1
Expand Down

0 comments on commit 5d9967c

Please sign in to comment.