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

Developing using intellj jetbrains #28

Open
Falsen opened this issue Jul 7, 2021 · 1 comment
Open

Developing using intellj jetbrains #28

Falsen opened this issue Jul 7, 2021 · 1 comment

Comments

@Falsen
Copy link

Falsen commented Jul 7, 2021

Hey,
I am trying to develop plugins using intellj jetbrains. However I cannot get it to properly parse all imports.
I've downloaded and compiled keycloak successfully in a directory at the same level as 'keycloak-extension-playground'.
I tried adding this folder as a external library in my IDEA, which didn't work. Is there something else I have to do so that I can get it to properly find all the keycloak classes?

Thank you

@VolodymyrMordas
Copy link

Hey @Falsen. clone keycloak in any directory out of the keycloak-extension-playground project. then go to keycloak folder in terminal and run mvn clean install -DskipTests. it will take some time but u will get keycloa jars populated to local maven repo. then u will be able to re-use in any extension projects (https://github.com/thomasdarimont/keycloak-extension-playground#building-keycloak). no needs to add this folder as a external library in my IDEA

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