Error building RedHat EAP 7.0.4 from source

Posted on

When trying to build RedHat EAP 7.0.4 from the source and Maven repositories provided, the following error occurs when building the Naming Subsystem:

[INFO] ------------------------------------------------------------------------
[INFO] Building WildFly: Naming Subsystem 7.0.4.GA-redhat-2
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.wildfly.core:wildfly-subsystem-test:pom:2.1.10.Final-redhat-1 is missing, no dependency information available
[WARNING] The POM for org.wildfly.core:wildfly-subsystem-test-framework:jar:2.1.10.Final-redhat-1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] WildFly: Parent Aggregator ......................... SUCCESS [ 17.275 s]
[INFO] WildFly: Clustering Subsystems ..................... SUCCESS [ 0.472 s]
[INFO] WildFly: JGroups modules ........................... SUCCESS [ 0.476 s]
[INFO] WildFly: JGroups API ............................... SUCCESS [ 2.360 s]
[INFO] WildFly: Clustering services ....................... SUCCESS [ 1.824 s]
[INFO] WildFly: JGroups SPI ............................... SUCCESS [ 1.005 s]
[INFO] WildFly: Naming Subsystem .......................... FAILURE [ 0.256 s]
[INFO] WildFly: EE ........................................ SKIPPED
[INFO] WildFly: IIOP Openjdk Subsystem .................... SKIPPED
...............................................
[INFO] WildFly Test Suite: Integration - Smoke ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.897 s
[INFO] Finished at: 2017-02-08T13:37:38+02:00
[INFO] Final Memory: 203M/581M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project wildfly-naming: Could not resolve dependencies for project org.jboss.eap:wildfly-naming:jar:7.0.4.GA-redhat-2: The following artifacts could not be resolved: org.wildfly.core:wildfly-subsystem-test:pom:2.1.10.Final-redhat-1, org.wildfly.core:wildfly-subsystem-test-framework:jar:2.1.10.Final-redhat-1: Failure to find org.wildfly.core:wildfly-subsystem-test:pom:2.1.10.Final-redhat-1 in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-community-repository has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR]

The local Maven repository is created by unpacking the 7.0.0 GA and subsequent incremental updates, and it's referred from local settings file.
OS: Windows 10
build.java.compiler=HotSpot 64-Bit Tiered Compilers
build.java.runtime.name=Java(TM) SE Runtime Environment
build.java.runtime.version=1.8.0_60-b27
build.java.vendor=Oracle Corporation
build.java.vm=Java HotSpot(TM) 64-Bit Server VM

Responses