我正在構建一個Netbeans平臺的Maven應用程序,但它接觸到承載Netbeans模塊的repository已關閉或其他東西。無法訪問netbeans nexus maven存儲庫,連接重置
<repository>
<id>netbeans</id>
<name>NetBeans</name>
<url>http://bits.netbeans.org/nexus/content/groups/netbeans/</url>
</repository>
我在嘗試構建項目時遇到此錯誤。
Apr 04, 2016 10:22:37 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryExecute
INFO: I/O exception (java.net.SocketException) caught when processing request: Connection reset
Apr 04, 2016 10:22:37 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryExecute
INFO: Retrying request
至於今天20/04/2016它表明這個錯誤
An error occurred.
Sorry, the page you are looking for is currently unavailable. Please try again later.
If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.
http://bits.netbeans.org/nexus目前正在備份。 – heenenee