Servers

The WildFly Swarm project has pre-built some standalone servers. The source for these reside in the WildFly Swarm Servers repository.

Keycloak Server

The WildFly Swarm project has built a standalone uberjar for running Keycloak Server.

It’s Maven coordinates are:

<dependency>
  <groupId>org.wildfly.swarm.servers</groupId>
  <artifactId>keycloak</artifactId>
  <classifier>swarm</classifier>
</dependency>

Download or otherwise obtain the -swarm.jar and simply execute it as any other service created with WildFly Swarm.

java -jar keycloak-1.0.0.Alpha6-swarm.jar