Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Non-resolvable parent POM for org.webrtc.kite:jitsitutorial-test:0.0.1 #201

Open
gaocunbin opened this issue Nov 16, 2022 · 1 comment
Open

Comments

@gaocunbin
Copy link

gaocunbin commented Nov 16, 2022

when i run kite_c after git clone latest source code, following maven error reports, would you please share your idea on this?

  1. scripts/mac/installMaven.sh is done

  2. mirror section is added in ~/.m2

internal-repository Maven Repository Manager running on repo.mycompany.com http://repository.springsource.com/maven/bundles/external com.springsource.repository.bundles.external
  1. under the KITE home directory, run kite_c, following errors report
    kite_c
    -n -e
    [INFO] Scanning for projects...
    [ERROR] [ERROR] Some problems were encountered while processing the POMs:
    [FATAL] Non-resolvable parent POM for org.webrtc.kite:jitsitutorial-test:0.0.1: Failure to find org.webrtc.kite:kite-base:pom:2.0.7 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 @ line 8, column 11
    [WARNING] 'version' contains an expression but should be a constant. @ org.webrtc.kite:kite-framework:${kite.framework.version}, /Users/gaocunbin/Desktop/code/kevin/KITE/KITE-Framework/pom.xml, line 14, column 12
    [WARNING] 'version' contains an expression but should be a constant. @ org.webrtc.kite:kite-engine:${kite.version}, /Users/gaocunbin/Desktop/code/kevin/KITE/KITE-Engine/pom.xml, line 14, column 12
    [WARNING] 'version' contains an expression but should be a constant. @ org.webrtc.kite:apprtc-test:${kite.apprtc.version}, /Users/gaocunbin/Desktop/code/kevin/KITE/KITE-AppRTC-Test/pom.xml, line 16, column 12
    @
    [ERROR] The build could not read 1 project -> [Help 1]
    [ERROR]
    [ERROR] The project org.webrtc.kite:jitsitutorial-test:0.0.1 (/Users/gaocunbin/Desktop/code/kevin/KITE/KITE-JitsiTutorial-Test/pom.xml) has 1 error
    [ERROR] Non-resolvable parent POM for org.webrtc.kite:jitsitutorial-test:0.0.1: Failure to find org.webrtc.kite:kite-base:pom:2.0.7 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 @ line 8, column 11 -> [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
@ethembelka
Copy link

ethembelka commented Jan 1, 2023

i got the same error. I updated POM in jitsiTutorialTest.
<parent> <groupId>org.webrtc.kite</groupId> <artifactId>kite-base</artifactId> <version>2.0.8</version> </parent>
I updated kite base version 2.0.7 to 2.0.8 and problem fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants