Maven not using local repository

前端 未结 2 1843
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 04:11

I have a small problem with my Maven config. All other questions and answers here didn\'t solve my problem, so I\'m starting a new question.

My problem is, that my M

2条回答
  •  囚心锁ツ
    2021-01-02 04:28

    If you change you'r config to always, it still will attempts to download from the nexus, because you have to disable nexus config in pom.xml
    mind that tag in your pom.xml will take precedence over what's defined in your settings.xml

提交回复
热议问题