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>
05-11 20:08