-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.0.0.GA
-
$ uname -a
Linux f25lite 4.12.14-200.fc25.x86_64 #1 SMP Wed Sep 20 16:40:50 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ java -version
openjdk version "1.8.0_144"
OpenJDK Runtime Environment (build 1.8.0_144-b01)
OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)
$ mvn -version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00)
....$ uname -a Linux f25lite 4.12.14-200.fc25.x86_64 #1 SMP Wed Sep 20 16:40:50 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux $ java -version openjdk version "1.8.0_144" OpenJDK Runtime Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode) $ mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) ....
-
Documentation (Ref Guide, User Guide, etc.), User Experience
-
-
-
-
-
-
I am attempting to build the Quickstarts for EAP 7.0 GA.
Having downloaded the Quickstarts build results in this Maven build failure:
whitingjr@f25lite jboss-eap-quickstarts-7.0.0.GA $ mvn package -DskipTests [INFO] Scanning for projects... ..... ...... Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/springframework/security/spring-security-bom/4.0.3.RELEASE/spring-security-bom-4.0.3.RELEASE.pom (5 KB at 11.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/org/jboss/spec/jboss-javaee-7.0/1.0.3.Final-redhat-2/jboss-javaee-7.0-1.0.3.Final-redhat-2.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [WARNING] 'build.plugins.plugin.version' for org.wildfly.plugins:wildfly-maven-plugin is missing. @ line 221, column 21 [ERROR] Non-resolvable import POM: Failure to find org.jboss.spec:jboss-javaee-7.0:pom:1.0.3.Final-redhat-2 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-public-repository-group has elapsed or updates are forced @ line 64, column 25 [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar is missing. @ line 78, column 21 [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar is missing. @ line 85, column 21 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 169, column 29 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.jboss.quickstarts.eap:jboss-ejb-remote-server-side:7.0.0.GA (/home/whitingjr/agamemnon/work/redhat/java/jboss/quickstarts/jboss-eap-quickstarts-7.0.0.GA/ejb-remote/server-side/pom.xml) has 3 errors [ERROR] Non-resolvable import POM: Failure to find org.jboss.spec:jboss-javaee-7.0:pom:1.0.3.Final-redhat-2 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-public-repository-group has elapsed or updates are forced @ line 64, column 25 -> [Help 2] [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar is missing. @ line 78, column 21 [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar is missing. @ line 85, column 21 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException