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

前端 未结 2 1142
灰色年华
灰色年华 2021-02-08 23:08

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:00

    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.

提交回复
热议问题