I just want to change the .m2 path of a jenkins project in maven. Everytime when I build the project the .m2 folder is in c:\ and empty! There's no settings.xml or something...
The .m2 path of eclipse is in user.home (that's okay).
But how can I change the path of the .m2 folder in jenkins?
Thank you guys ;-)