konveyor / tackle2-addon-analyzer

Apache License 2.0
0 stars 12 forks source link

:bug: Analyzer and addon not using the same m2. #46

Closed jortel closed 12 months ago

jortel commented 1 year ago

The addon is using maven to fetch artifacts for mode=binary using /cache/m2 for the local repository. The analyzer is using the default ${HOME}/.m2 which is not mapped to the /cache/m2 with is shared when RWX is supported.

May require: https://github.com/konveyor/analyzer-lsp/issues/338

shawn-hurley commented 1 year ago

After looking at this in the analyzer, if a man settings file is passed we will use that settings file correctly.

I think we should add <localRepository> to the settings file when the cache/m2 is available.

shawn-hurley commented 1 year ago

I am going to need some serious help finding out how to make this code change in the project. Could we set up some time to help me walk through this

shawn-hurley commented 12 months ago

fixed by #57