84336011f0
Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.1.0...maven-clean-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
.gitignore | ||
pom.xml | ||
README.md |
Keycloak Admin Console V2 Maven Build
The Maven build prepares the admin console to be deployed as a theme on the Keycloak server.
Build Instructions
mvn install
Deployment
The jar created with mvn install
needs to be deployed to a Maven repository. From there, it will become part of the Keycloak server build.
For development, you can also just copy the contents of ./target/classes
to <keycloak server>/themes/keycloak.v2
. Then restart the server.
To Run
Until New Admin Console becomes the default, you will need to start Keycloak server like this:
$> bin/standalone.sh -Dkeycloak.profile.feature.admin2=enabled
Then go to Realm Settings --> Themes
and set Admin Console Theme to keycloak.v2
.