Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-9299

Can not find 7.0.1.fuse-000011-redhat-2 in maven.repository.redhat.com

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.1, fuse-7.2
    • fuse-7.0.1
    • None
    • None
    • % %

    Description

      • Can not find 7.0.1.fuse-000011-redhat-2 in maven.repository.redhat.com
      • I think almost quickstats project of fuse 7.0.1 cannot build by this problem.
      • But there is 7.0.1.fuse-000011-redhat-*3* in maven.repository.redhat.com
      • <Install dir>/quickstarts/pom.xml is following:
                  <dependency>
                      <groupId>org.jboss.fuse</groupId>
                      <artifactId>jboss-fuse-parent</artifactId>
                      <version>7.0.1.fuse-000011-redhat-2</version>
                      <scope>import</scope>
                      <type>pom</type>
                  </dependency>
      
      • I think it should be 7.0.1.fuse-000011-redhat-3.
      • For example, when to build camel-cxf-code-first, I am faced with the followig error:
      appuser@0b3920b67681 ~/a/q/c/camel-cxf-code-first> mvn -Pqtest test
      [INFO] Scanning for projects...
      Downloading: https://maven.repository.redhat.com/ga/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
      Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
      Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
      Downloading: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
      Downloaded: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom (9.9 kB at 15 kB/s)
      Downloading: https://maven.repository.redhat.com/ga/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
      Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
      Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
      Downloading: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
      Downloaded: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar (232 kB at 381 kB/s)
      Downloading: https://maven.repository.redhat.com/ga/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
      Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
      Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
      Downloading: https://repo.fusesource.com/nexus/content/groups/public/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
      Downloading: https://repo.fusesource.com/nexus/content/groups/public-snapshots/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
      Downloading: https://repository.apache.org/content/groups/public/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
      Downloading: https://repo.maven.apache.org/maven2/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
      [ERROR] [ERROR] Some problems were encountered while processing the POMs:
      [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.fuse:jboss-fuse-parent:pom:7.0.1.fuse-000011-redhat-2 in redhat-ga-repository (https://maven.repository.redhat.com/ga) @ org.jboss.fuse.quickstarts:quickstarts-parent:7.0.1.fuse-000011-redhat-3, /home/appuser/app/quickstarts/pom.xml, line 60, column 25
      [ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-blueprint:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 36, column 21
      [ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-cxf:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 42, column 21
      [ERROR] 'dependencies.dependency.version' for log4j:log4j:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 48, column 21
      [ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-api:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 54, column 21
      [ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-log4j12:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 58, column 21
      [ERROR] 'dependencies.dependency.version' for org.apache.cxf:cxf-rt-frontend-jaxws:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 63, column 21
      [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 69, column 21
       @
      [ERROR] The build could not read 1 project -> [Help 1]
      [ERROR]
      [ERROR]   The project org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:7.0.1.fuse-000011-redhat-3 (/home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml) has 8 errors
      [ERROR]     Non-resolvable import POM: Could not find artifact org.jboss.fuse:jboss-fuse-parent:pom:7.0.1.fuse-000011-redhat-2 in redhat-ga-repository (https://maven.repository.redhat.com/ga) @ org.jboss.fuse.quickstarts:quickstarts-parent:7.0.1.fuse-000011-redhat-3, /home/appuser/app/quickstarts/pom.xml, line 60, column 25 -> [Help 2]
      [ERROR]     'dependencies.dependency.version' for org.apache.camel:camel-blueprint:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 36, column 21
      [ERROR]     'dependencies.dependency.version' for org.apache.camel:camel-cxf:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 42, column 21
      [ERROR]     'dependencies.dependency.version' for log4j:log4j:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 48, column 21
      [ERROR]     'dependencies.dependency.version' for org.slf4j:slf4j-api:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 54, column 21
      [ERROR]     'dependencies.dependency.version' for org.slf4j:slf4j-log4j12:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 58, column 21
      [ERROR]     'dependencies.dependency.version' for org.apache.cxf:cxf-rt-frontend-jaxws:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 63, column 21
      [ERROR]     'dependencies.dependency.version' for junit:junit:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 69, 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
      

      Attachments

        Activity

          People

            johnpoth John Poth
            rhn-support-tyamashi Tomonari Yamashita
            Tomas Turek Tomas Turek
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: