• Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • fuse-7.0
    • None
    • Examples
    • None
    • % %
    • 7.0 Sprint 14

      Getting this when building quickstarts in #38 kit

      [janstey@ghost camel-errorhandler]$ mvn clean install
      [INFO] Scanning for projects...
      [ERROR] [ERROR] Some problems were encountered while processing the POMs:
      [FATAL] Non-resolvable parent POM for org.jboss.fuse.quickstarts:beginner:[unknown-version]: Failure to find org.jboss.fuse.quickstarts:quickstarts-parent:pom:7.0.0.fuse-000038 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ org.jboss.fuse.quickstarts:beginner:[unknown-version], /home/janstey/kits/jboss-fuse-karaf-7.0.0.fuse-000038/quickstarts/beginner/pom.xml, line 23, column 13
       @ 
      [ERROR] The build could not read 1 project -> [Help 1]
      [ERROR]   
      [ERROR]   The project org.jboss.fuse.quickstarts:beginner-camel-errorhandler:[unknown-version] (/home/janstey/kits/jboss-fuse-karaf-7.0.0.fuse-000038/quickstarts/beginner/camel-errorhandler/pom.xml) has 1 error
      [ERROR]     Non-resolvable parent POM for org.jboss.fuse.quickstarts:beginner:[unknown-version]: Failure to find org.jboss.fuse.quickstarts:quickstarts-parent:pom:7.0.0.fuse-000038 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ org.jboss.fuse.quickstarts:beginner:[unknown-version], /home/janstey/kits/jboss-fuse-karaf-7.0.0.fuse-000038/quickstarts/beginner/pom.xml, line 23, column 13 -> [Help 2]
      [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
      

      Workaround is to add ea repo to settings.xml like

      <repository>
      <id>fuse-ea</id>
      <name>Fuse EA Repository</name>
      <url>https://origin-repository.jboss.org/nexus/content/groups/ea</url>
      </repository>

              jnethert@redhat.com James Netherton
              janstey@redhat.com Jonathan Anstey
              Jan Kasztura Jan Kasztura (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: