[keycloak-user] Modify source code, recompile and deploy

Noriyuki TAKEI ntakei at sios.com
Sun Feb 3 13:06:27 EST 2019


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.


More information about the keycloak-user mailing list