Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved

前端 未结 19 2045
隐瞒了意图╮
隐瞒了意图╮ 2020-11-30 05:09

I have install maven in my machine. I have properly set the class-path and maven home folder. Every time I execute mvn clean install, it gives me exception. I h

19条回答
  •  隐瞒了意图╮
    2020-11-30 05:09

    I faced the same problem but it resolved with some changes in setting.xml(.*\apache-maven-3.3.3\apache-maven-3.3.3\conf).

      
      
        proxy
        true
        http
        HOSTNAME
        PORT
      
    
    

    Just check the hostname and port from the IE setting -> connections -> LAN Setting -> Proxy server

    Hope this will resolve your problem also :)

提交回复
热议问题