0

Is it possible to migrate the Maven repository to another machine without having to reconfigure each item added to it?

Thanks

4

1 回答 1

2

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.

于 2013-03-30T16:04:39.827 回答