Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing some context on how to use this #1

Open
afgarcia86 opened this issue Mar 6, 2023 · 1 comment
Open

Missing some context on how to use this #1

afgarcia86 opened this issue Mar 6, 2023 · 1 comment

Comments

@afgarcia86
Copy link

I think it expects me to know more about keycloak then I do...

└─$ mvn package
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.keycloak:keycloak-examples-parent:999-SNAPSHOT: Could not find artifact org.keycloak:keycloak-parent:pom:999-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 13
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.keycloak:keycloak-examples-parent:999-SNAPSHOT (/Users/andresgarcia/playground/keycloak-bulk-user/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.keycloak:keycloak-examples-parent:999-SNAPSHOT: Could not find artifact org.keycloak:keycloak-parent:pom:999-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, 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
@imcyee
Copy link
Owner

imcyee commented Mar 7, 2023

Try adding <RelativePath /> to your root pom,
Should be looking like this.

  <parent>
       <artifactId>keycloak-parent</artifactId>
       <groupId>org.keycloak</groupId>
       <version>999-SNAPSHOT</version>
       <relativePath />
   </parent>

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

No branches or pull requests

2 participants