Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-13428

Build failiure for Quickstarts available via downloaded Zip archive.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 7.0.0.GA
    • Quickstarts
    • Documentation (Ref Guide, User Guide, etc.), User Experience
    • Hide

      These steps smoke out the dependency failure. These steps instead use the dependency:analyze-only plugin. Your local maven repo is untouched.

      $ wget https://github.com/jboss-developer/jboss-eap-quickstarts/archive/7.0.0.GA.zip
      $ unzip jboss-eap-quickstarts-7.0.0.GA.zip
      $ cd jboss-eap-quickstarts-7.0.0.GA/
      $ mvn dependency:analyze-only

      The same dependency failure will be displayed as reported in the Description.

      Show
      These steps smoke out the dependency failure. These steps instead use the dependency:analyze-only plugin. Your local maven repo is untouched. $ wget https://github.com/jboss-developer/jboss-eap-quickstarts/archive/7.0.0.GA.zip $ unzip jboss-eap-quickstarts-7.0.0.GA.zip $ cd jboss-eap-quickstarts-7.0.0.GA/ $ mvn dependency:analyze-only The same dependency failure will be displayed as reported in the Description.

      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
      

              tomazcerar Tomaž Cerar (Inactive)
              jwhiting@redhat.com Jeremy Whiting (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: