[keycloak-dev] jarless Keycloak distro
Bill Burke
bburke at redhat.com
Fri Aug 18 14:51:20 EDT 2017
Did you know with a flip of a switch that a jarless Keycloak distro can
be created? Just edit <root>/distribution/server-provisioning.xml and
remove extraction params:
<server-provisioning xmlns="urn:wildfly:server-provisioning:1.2"
extract-schemas="true">
<feature-packs>
<feature-pack groupId="org.keycloak"
artifactId="keycloak-server-feature-pack" version="${project.version}"/>
</feature-packs>
</server-provisioning>
All the module.xml reference maven artifacts and when you boot the
distro it tries by default to resolve them in ~/.m2, you can even point
it to a remote distro and it will download the jars.
More information about the keycloak-dev
mailing list