From 9699d8aa8261bd76f2dce83bc9897f7bd6085eab Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 18 Jul 2014 12:09:54 +0100 Subject: [PATCH] Added profile for building AeroGear project-integrations for WildFly --- project-integrations/README.md | 9 +++++- project-integrations/aerogear-ups/app/pom.xml | 32 ++++++++++++++++--- .../app/src/main/webapp/WEB-INF/web.xml | 4 +-- 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/project-integrations/README.md b/project-integrations/README.md index f9299b2af6..3811ba7eb0 100644 --- a/project-integrations/README.md +++ b/project-integrations/README.md @@ -2,4 +2,11 @@ Keycloak External Project Integrations ========== Everthing in this directory is examples related to integration with non-keycloak projects. Its a sandbox we use to test integrations with third-party projects - \ No newline at end of file + +To deploy to AS7 run: + +# mvn clean install jboss-as:deploy + +To deploy to WildFly run: + +# mvn -Pwildfly clean install wildfly:deploy diff --git a/project-integrations/aerogear-ups/app/pom.xml b/project-integrations/aerogear-ups/app/pom.xml index 2bf361c5b9..eb42ab7a86 100755 --- a/project-integrations/aerogear-ups/app/pom.xml +++ b/project-integrations/aerogear-ups/app/pom.xml @@ -34,11 +34,6 @@ keycloak-jboss-adapter-core ${project.version} - - org.keycloak - keycloak-as7-adapter - ${project.version} - net.iharder base64 @@ -119,4 +114,31 @@ + + + + as7 + + true + + + + org.keycloak + keycloak-as7-adapter + ${project.version} + + + + + wildfly + + + org.keycloak + keycloak-wildfly-adapter + ${project.version} + + + + + diff --git a/project-integrations/aerogear-ups/app/src/main/webapp/WEB-INF/web.xml b/project-integrations/aerogear-ups/app/src/main/webapp/WEB-INF/web.xml index 23e283196c..77b633e4be 100755 --- a/project-integrations/aerogear-ups/app/src/main/webapp/WEB-INF/web.xml +++ b/project-integrations/aerogear-ups/app/src/main/webapp/WEB-INF/web.xml @@ -41,8 +41,8 @@ --> - - BASIC + + KEYCLOAK demo