How to override m2e global settings? #1289
Unanswered
skyhirider
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Thanks, but this is set per project/user, I need it set up once for all
users that log in to a shared windows environment.
…On Thu, Mar 2, 2023, 18:13 Christoph Läubrich ***@***.***> wrote:
[image: grafik]
<https://user-images.githubusercontent.com/1331477/222502303-65bede1c-3dff-4c3d-a416-f43e42c23ca5.png>
—
Reply to this email directly, view it on GitHub
<#1289 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM52HNKTZJKY6VS3RCKBGTW2DINBANCNFSM6AAAAAAVNUIPZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to define global settings.xml on a shared multi-user Windows system, but was unable to find how.
By default, Eclipse is looing into %userprofile%/.m2/settings.xml or user.home, but I have not found a way to override it to without copying the settings into each individual user profile, which I do not want to do as that would make deploying global changes problematic.
The m2e documentation states that "maven home" can be used but I was not able to get it working - https://www.eclipse.org/m2e/documentation/m2e-faq.html#how-to-configure-proxy-and-location-of-maven-local-repository
Which path variable can I set on Windows to force Eclipse to read maven settings from there by default?
Beta Was this translation helpful? Give feedback.
All reactions