I have netbeans maven project which has some dependecies and those dependencies downloaded in local repository C:\Users\acs\.m2
If I move this code to another machine, the project downloads maven dependencies(as mentioned in the pom file) on that machine again.
Is there is a way to move the netbeans project with all dependencies to another machine.