Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Could not transfer artifact org.apache.maven.plugins:maven-install-plugin:jar:2.4 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org: Unknown host repo.maven.apache.org -> [Help 1]请问这是什么问题,为什么安装不到本地仓库。

解决方案 »

  1.   

    因为网络被限制试试从ali  maven 镜像
    maven setting ,repositories中,增加一个
    <repositories>
            <repository>
                <id>nexus-aliyun</id>
                <name>Nexus aliyun</name>
                <url>http://maven.aliyun.com/nexus/content/groups/public</url>
            </repository>
        </repositories>
      

  2.   

    为什么加这个镜像还需要修改jdk的版本