I'd like to do some changes to our distribution to make it easier to automate/script
installing Keycloak.
This would include:
* Deploy server-war to Maven
* Add appliance-dist and war-dist to Maven
* Some layout changes to appliance-dist
I'd like to rename appliance-dist to just dist, and move everything in the keycloak
folder up one level. So the contents of "keycloak-dist-<version>.zip"
would be (not including everything):
- adapters
- bin
- standalone
- configuration
- keycloak-server.json
- themes
- deployments
- auth-server.war
- docs (combined with WildFly docs, or replace WildFly docs, not sure which?)
- examples