How do I stop Maven 2.x from trying to retrieve non-existent pom.xml files for dependencies every build?

后端 未结 4 2071
灰色年华
灰色年华 2021-02-14 11:59

In my project, there are a number of dependencies that are transitively included from other dependencies that do not have pom.xml files available in any of our corporate reposit

4条回答
  •  -上瘾入骨i
    2021-02-14 12:26

    • download to local repo
    • setup nexus and upload
    • work offline

    maybe the best idea is to get rid of maven all the way, it is horror !

提交回复
热议问题