I just want to know if there is an easier way to change the build path of the .jar files and other libraries in Eclipse when I import a project from another computer?
Lets say my path to the m2 file is: C:\Users\Bill\.m2\repository
but the same path of another computer is C:\Users\Steve\.m2\repository
. So now when I import a maven project from Bills computer to Steves I have like 50+ missing jar files (such as this one C:\Users\Bill\.m2\repository\jtidy\jtidy\4aug2000r7-dev
) just because the path is stuck at Bill and I have to manually have to change all of those to \Steve.
My question is, is there a faster way to do this or a way to prevent this from happening in the first place?