My command *mvn clean* is not able to download a new artifact *org.arquillian.universe:arquillian-junit:pom* however it exists on Maven Central.
I run the command on Ubuntu Konsole, and nothing is downloaded. When I run wget [1] from the same Konsole, the POM is downloaded. The settings.xml is not a problem, I checked. There is a mirror of central and URL of Nexus in company. Is there any native difference between wget and mvn/Java on Ubuntu so that the remote mavenrepo may not be reached? I did setup of /etc/environment, /etc/network/interface, ~/.profile due to proxy, DNS, http_no_proxy, etc. but nothing helps. Any hint would be helpful here. MAVEN and JAVA_OPTS is not set. [1]: wget http://mavenrepo.ads.local/nexus/content/groups/public/org/arquillian/arquillian-universe/1.1.13.7/arquillian-universe-1.1.13.7.pom Thx Tibor