add maven to requirements

This commit is contained in:
Jochen Frieß
2021-07-28 10:26:12 +02:00
committed by GitHub
parent 3e54b64bc4
commit 9b1e4e9111

View File

@ -87,6 +87,8 @@ Tested with the following Keycloak versions:
This tool will be maintained to stay compatible with Keycloak v11 and up, however, the default pages you will get This tool will be maintained to stay compatible with Keycloak v11 and up, however, the default pages you will get
(before you customize it) will always be the ones of Keycloak v11. (before you customize it) will always be the ones of Keycloak v11.
Install [Maven](https://maven.apache.org/) which is needed for the theme build process.
This tool assumes you are bundling your app with Webpack (tested with 4.44.2) . This tool assumes you are bundling your app with Webpack (tested with 4.44.2) .
It assumes there is a `build/` directory at the root of your react project directory containing a `index.html` file It assumes there is a `build/` directory at the root of your react project directory containing a `index.html` file
and a `build/static/` directory generated by webpack. and a `build/static/` directory generated by webpack.