Leverage Maven local repository for p2 cache directory in Eclipse step#2238
Conversation
|
Does this change the location of cached files by default? Or does the user need to opt-in? If they need to opt-in, is that documented anywhere? My preference is to just have good defaults, and I'm okay with improving the defaults. |
|
Yes it changes the location of cached files for P2 and maven users, but not in a lot of user installation.
The proposed change could also be seen as a fixed because as a maven user you expect downloaded data for build to be stored in the configured local repository. Into which documentation may I add such change? |
|
Roger. Thanks for explaining! No more docs needed. |
This PR brings support of the Maven local repository configuration to store the Equo P2 cache.
This tackles what was mentioned in this comment #1687 (comment). And more precisely the use case described in #1797.
I didn't bring such support for Gradle as I lack of knowledge of it.