无法访问 netbeans nexus maven 存储库,连接重置

Cant Access netbeans nexus maven repository, connection reset

我正在构建一个 Netbeans 平台 maven 应用程序,但它发现托管 Netbeans 模块的 repository 已关闭或其他问题。

    <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.

我确认它也不适合我 (2016-04-20)。它在昨天 (2016-04-19) 工作。

Nginx 回复错误:

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://repo.spring.io/libs-release-remote/,因为它具有我需要的 netbeans-platform 工件。