Nexus / Maven - The POM for … is missing, no dependency information available

前端 未结 2 1148
独厮守ぢ
独厮守ぢ 2021-02-08 23:09

I\'m facing a bunch of warnings like \"The POM for ... is missing, no dependency information available\" while building my maven java project.

The artifacts are stored

2条回答
  •  南方客
    南方客 (楼主)
    2021-02-09 00:04

    Check your settings.xml, i.e. exported as such in bash:

    export MVN_SETTINGS=~/.m2/settings.xml 
    

    This warning typically appears when you can't download the dependencies from the internet.

提交回复
热议问题