wesabe / mesabe

The private version of Wesabe you can run on your own computer. See the wiki for install instructions.
http://github.com/wesabe/mesabe/wikis
106 stars 14 forks source link

Maven "Network Unreachable" #17

Closed deranjer closed 14 years ago

deranjer commented 14 years ago

If you get the following error on Debian/Linux:

[WARNING] Unable to get resource 'org.apache.maven.plugins:maven-install-plugin:pom:2.3' from repository central (http://repo1.maven.transferring file: Network is unreachable

Add the following parameter to your command: This can be worked around by running maven with the argument "-Djava.net.preferIPv4Stack=true"

Just wanted to help anyone that had the same issue.