Hi.
I,d like to modify source code of keycloak(version 3.4.3), recompile and
deploy.
Exactly, the source file I'd like to modify is
org/keycloak/social/google/GoogleIdentityProvider.java.
I am now running keycloak as standalone mode.
I guess the following way to recompile.
# git clone
https://github.com/keycloak/keycloak.git
# git checkout 3.4.3.Final
# cd distribution/server-dist
# mvn clean package
It worked fine.
Please tell me the way to deploy recompiled package.