📜  maven 将所有依赖项存储在计算机文件夹结构中的什么位置? - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:39.297000             🧑  作者: Mango

代码示例1
- .m2
    - .m2 is a hidden file where maven stores all the dependencies.
    - in some cases when you have problem with dependencies,
    you might have to locate ~/.m2 file and delete everything. 
    Then re-import project. Sometimes solves the pom.xml file related issues.