== Installation The provision of the feature pack is done using the https://docs.wildfly.org/wildfly-maven-plugin[wildfly-maven-plugin], https://docs.wildfly.org/bootablejar/[wildfly-jar-maven-plugin] or https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.0/html/using_jboss_eap_on_openshift_container_platform/assembly_provisioning-a-jboss-eap-server-using-the-maven-plugin_default[eap-maven-plugin] respectively. === Example of provision using wildfly maven plugin [source,xml,subs="attributes+"] ---- org.wildfly.plugins wildfly-maven-plugin 5.0.0.Final wildfly@maven(org.jboss.universe:community-universe)#32.0.1.Final org.keycloak keycloak-saml-adapter-galleon-pack 25.0.2 core-server web-server jaxrs-server datasources-web-server webservices keycloak-saml keycloak-client-saml keycloak-client-saml-ejb package ---- === Example of provision using wildfly jar maven plugin [source,xml,subs="attributes+"] ---- org.wildfly.plugins wildfly-jar-maven-plugin 11.0.2.Final wildfly@maven(org.jboss.universe:community-universe)#32.0.1.Final org.keycloak keycloak-saml-adapter-galleon-pack 25.0.2 core-server web-server jaxrs-server datasources-web-server webservices keycloak-saml keycloak-client-saml keycloak-client-saml-ejb package ---- === Example of provision using EAP maven plugin [source,xml,subs="attributes+"] ---- org.jboss.eap.plugins eap-maven-plugin 1.0.0.Final-redhat-00014 org.jboss.eap.channels eap-8.0 org.keycloak:keycloak-saml-adapter-galleon-pack core-server web-server jaxrs-server datasources-web-server webservices keycloak-saml keycloak-client-saml keycloak-client-saml-ejb package ----