问题
Is it possible to migrate the Maven repository to another machine without having to reconfigure each item added to it?
Thanks
回答1:
You can just copy the .m2/repository folder to another machine. FYI, you can execute mvn install and it will download all dependencies once again, but it will take while.
来源:https://stackoverflow.com/questions/15719212/migrate-the-maven-repository-to-another-machine