3 Replies Latest reply on May 19, 2014 10:10 AM by van.halbert

    "Non-resolvable parent POM for org.jboss.teiid.quickstart:teiid-quickstart-parent:2.0.0" When Using Teiid-Quickstart from github

    biaobiaoqi

      I tried to set up the demo in Teiid-Quickstart and failed in preparing for the development environment.

       

      In this case, I want to get a war from teiid-quickstarts/dynamicvdb-datafederation/README.md at master · biaobiaoqi/teiid-quickstarts · GitHub. But I just can not execute mvn command.

      [INFO] Scanning for projects...

      [ERROR] The build could not read 1 project -> [Help 1]

      [ERROR]

      [ERROR]   The project org.jboss.teiid.quickstart:webservices-as-a-datasource:2.0.0 (/Users/shenyapeng/Development/teiid-quickstarts/webservices-as-a-datasource/pom.xml) has 1 error

      [ERROR]     Non-resolvable parent POM for org.jboss.teiid.quickstart:teiid-quickstart-parent:2.0.0: Failure to find org.jboss.teiid:teiid-parent:pom:8.6.0.Final in http://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.teiid.quickstart:teiid-quickstart-parent:2.0.0, /Users/shenyapeng/Development/teiid-quickstarts/pom.xml, line 4, column 10 -> [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

       

      I've got some similar problems: 

      Non-resolvable parent POM: Failure to find org.jboss.teiid:teiid-parent:pom:8.6.0.Beta2

      Quick Questions

      and I've tried the solutions in them. But that didn't work. For example, when I add '-s ../setting.xml', the error message just changed to

      webservices-as-a-datasource git:(master) ✗ mvn clean -s ../settings.xml compile war:war

      [INFO] Scanning for projects...

      [ERROR] The build could not read 1 project -> [Help 1]

      [ERROR]

      [ERROR]   The project org.jboss.teiid.quickstart:webservices-as-a-datasource:2.0.0 (/Users/shenyapeng/Development/teiid-quickstarts/webservices-as-a-datasource/pom.xml) has 4 errors

      [ERROR]     Non-resolvable import POM org.jboss.integration-platform:jboss-integration-platform-bom:6.0.0-SNAPSHOT: Failure to find org.jboss.integration-platform:jboss-integration-platform-bom:pom:6.0.0-20140408.120230-69 in http://repository.jboss.org/nexus/content/groups/developer/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-developer-repository-group has elapsed or updates are forced @ org.jboss.teiid:teiid-parent:8.6.0.Final, /Users/shenyapeng/.m2/repository/org/jboss/teiid/teiid-parent/8.6.0.Final/teiid-parent-8.6.0.Final.pom, line 300, column 24 -> [Help 2]

      [ERROR]     'dependencies.dependency.version' for org.jboss.resteasy:jaxrs-api:jar is missing. @ line 32, column 21

      [ERROR]     'dependencies.dependency.version' for javax.annotation:jsr250-api:jar is missing. @ line 36, column 21

      [ERROR]     'dependencies.dependency.version' for commons-httpclient:commons-httpclient:jar is missing. @ line 51, 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

       

       

      Could you please give me some advice for going through this demo projects? Thanks very much.