[keycloak-dev] jarless Keycloak distro

Stian Thorgersen sthorger at redhat.com
Mon Aug 21 00:56:57 EDT 2017


I knew, but are there any benefits?

On 18 August 2017 at 20:51, Bill Burke <bburke at redhat.com> wrote:

> 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.
>
>
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>


More information about the keycloak-dev mailing list