From 6ebc6c035443a75fb51eb767d77be135d23a313c Mon Sep 17 00:00:00 2001 From: stianst Date: Wed, 26 Sep 2018 20:56:18 +0200 Subject: [PATCH] KEYCLOAK-8437 Remove Keycloak demo dist --- distribution/demo-dist/assembly.xml | 75 ------ distribution/demo-dist/pom.xml | 234 ------------------ .../demo-dist/src/main/xslt/standalone.xsl | 117 --------- .../downloads/src/main/resources/files | 1 - distribution/pom.xml | 1 - 5 files changed, 428 deletions(-) delete mode 100755 distribution/demo-dist/assembly.xml delete mode 100755 distribution/demo-dist/pom.xml delete mode 100755 distribution/demo-dist/src/main/xslt/standalone.xsl diff --git a/distribution/demo-dist/assembly.xml b/distribution/demo-dist/assembly.xml deleted file mode 100755 index 4c58b7d455..0000000000 --- a/distribution/demo-dist/assembly.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - demo-dist - - - zip - tar.gz - - - true - - - - ${project.build.directory}/unpacked/wildfly-${wildfly.version} - keycloak - - **/*.sh - **/standalone.xml - - - - ${project.build.directory}/unpacked/wildfly-${wildfly.version} - keycloak - - **/*.sh - - 0755 - - - ${project.build.directory}/unpacked/keycloak-server-overlay-${project.version} - keycloak - - - ${project.build.directory}/unpacked/keycloak-wildfly-adapter-${project.version} - keycloak - - standalone/configuration/standalone-keycloak.xml - - - - ${project.build.directory}/unpacked/keycloak-saml-wildfly-adapter-${project.version} - keycloak - - standalone/configuration/standalone-keycloak.xml - - - - ${project.build.directory}/unpacked/keycloak-examples-${project.version} - examples - - - - - ${project.build.directory}/unpacked/standalone.xml - keycloak/standalone/configuration - - - - diff --git a/distribution/demo-dist/pom.xml b/distribution/demo-dist/pom.xml deleted file mode 100755 index 8eec428051..0000000000 --- a/distribution/demo-dist/pom.xml +++ /dev/null @@ -1,234 +0,0 @@ - - - - 4.0.0 - - keycloak-distribution-parent - org.keycloak - 4.6.0.Final-SNAPSHOT - - - keycloak-demo-dist - pom - Keycloak Demo Distribution - - - - - community - - - !product - - - - - org.keycloak - keycloak-server-overlay - zip - - - org.keycloak - keycloak-wildfly-adapter-dist - zip - - - org.keycloak - keycloak-saml-wildfly-adapter-dist - zip - - - org.keycloak - keycloak-examples-dist - zip - - - - - keycloak-demo-${project.version} - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-wildfly - prepare-package - - unpack - - - - - org.wildfly - wildfly-dist - zip - ${project.build.directory}/unpacked - - - - - - unpack-server - prepare-package - - unpack - - - - - org.keycloak - keycloak-server-overlay - zip - ${project.build.directory}/unpacked/keycloak-server-overlay-${project.version} - - - - - - unpack-adapter - prepare-package - - unpack - - - - - org.keycloak - keycloak-wildfly-adapter-dist - zip - ${project.build.directory}/unpacked/keycloak-wildfly-adapter-${project.version} - - - - - - unpack-saml-adapter - prepare-package - - unpack - - - - - org.keycloak - keycloak-saml-wildfly-adapter-dist - zip - ${project.build.directory}/unpacked/keycloak-saml-wildfly-adapter-${project.version} - - - - - - unpack-examples - prepare-package - - unpack - - - - - org.keycloak - keycloak-examples-dist - zip - ${project.build.directory}/unpacked - - - - - - unpack - compile - - unpack - - - - - org.keycloak - keycloak-wildfly-server-subsystem - ${project.version} - jar - default-config/*.xml - - - - - - - - - org.codehaus.mojo - xml-maven-plugin - 1.0 - - - generate-resources - package - - transform - - - - - ${project.build.directory}/unpacked/wildfly-${wildfly.version}/standalone/configuration - src/main/xslt/standalone.xsl - - standalone.xml - - ${project.build.directory}/unpacked/ - - - - - - - - maven-assembly-plugin - - - assemble - package - - single - - - - assembly.xml - - target - target/assembly/work - false - - - - - - - - - - diff --git a/distribution/demo-dist/src/main/xslt/standalone.xsl b/distribution/demo-dist/src/main/xslt/standalone.xsl deleted file mode 100755 index 3754763c1f..0000000000 --- a/distribution/demo-dist/src/main/xslt/standalone.xsl +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - jdbc:h2:${jboss.server.data.dir}/keycloak;AUTO_SERVER=TRUE - h2 - - sa - sa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distribution/downloads/src/main/resources/files b/distribution/downloads/src/main/resources/files index 24aebf8ac8..5158e863ab 100644 --- a/distribution/downloads/src/main/resources/files +++ b/distribution/downloads/src/main/resources/files @@ -1,6 +1,5 @@ ./ keycloak-server-dist:keycloak - keycloak-demo-dist:keycloak-demo keycloak-server-overlay:keycloak-overlay keycloak-proxy-dist:keycloak-proxy keycloak-api-docs-dist:keycloak-api-docs diff --git a/distribution/pom.xml b/distribution/pom.xml index e10b8e0b2b..c557765ec3 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -50,7 +50,6 @@ jboss-release api-docs-dist - demo-dist examples-dist proxy-dist downloads