maven in 5 min not working

前端 未结 7 1015
花落未央
花落未央 2020-12-01 06:47

I have downloaded latest

maven 3.0.3, java version \"1.6.0_18\".

mvn –version

Apache Maven 3.0.3 (r1075438;          


        
7条回答
  •  遥遥无期
    2020-12-01 07:02

    I just copied setting.xml which comes under "\apache-maven-3.1.1\conf" directory, to the directory "${user.home}/.m2/)" of windows machine and change the required proxy setting according to my network as below and it worked for me.

    
      optional
      true
      http
      www-proxy.xxxx
      8080
    
    

    Thanks -- Kamran Shahzad

提交回复
热议问题