Re: Maven does not read nexus settings from settings.xml (java.net.UnknownHostException: m2proxy.atlassian.com)

2013-04-24 Thread Hugo de Oude
I found the solution :-) What you need to do is specify the http proxy in the maven settings.xml. Besides *HTTP *we need to set the *HTTPS *proxy to be able to download artifacts from https://m2proxy.atlassian.com. To be able to do so you need to pass the https settings to the MAVEN_OPTS in Jenk

Re: Maven does not read nexus settings from settings.xml (java.net.UnknownHostException: m2proxy.atlassian.com)

2013-04-17 Thread Hugo de Oude
I was forgotten to mention which versions we use. Jenkins 1.511 Maven 2.2.1 Nexus 2.3.1-01 maven-surefire-plugin 2.14 maven-itblast-plugin 0.5 No solution found/received so far. Please help me out! Thx. -- View this message in context: http://jenkins.361315.n4.nabble.com/Maven-does

Maven does not read nexus settings from settings.xml (java.net.UnknownHostException: m2proxy.atlassian.com)

2013-04-16 Thread Hugo de Oude
We use Jenkins, Maven and Nexus to generate our builds. When the build start the Unit tests we use maven-surefire-plugin and org.twdata.maven maven-itblast-plugin. As you can see in the attachment pom.xml the maven-itblast-plugin has to run on a container tomcat5x. The second one will run on a jet