问题解决:Maven execution terminated abnormally (exit code 1)

Maven execution terminated abnormally (exit code 1)

修改setting.xml中的镜像位置 如下就可以了


      <mirror>
          <id>repo2</id>
          <mirrorOf>central</mirrorOf>
          <name>Human Readable Name for this Mirror.</name>
          <url>http://repo2.maven.org/maven2/</url>

      </mirror>
posted @ 2018-07-13 11:10  趣学程序  阅读(302)  评论(0编辑  收藏  举报