maven项目出现build问题的解决方案

maven项目出现build问题的解决方案

1.maven项目run as maven build时候出现如下错误


2018 4:13:19 下午 org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
 信息: I/O exception (java.net.SocketException) caught 
when processing request to {s}->https://repo.maven.apache.org:443: Connection reset


maven项目需要配置JDK1.8版本,低于1.8版本会报错
只需要将jdk1.8加入到项目中

你可能感兴趣的:(maven项目出现build问题的解决方案)