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
Check your settings.xml, i.e. exported as such in bash:
settings.xml
export MVN_SETTINGS=~/.m2/settings.xml
This warning typically appears when you can't download the dependencies from the internet.