From f241f4fcfa7736c0a3694dcb6833d6e7094a21bf Mon Sep 17 00:00:00 2001 From: mposolda Date: Wed, 4 Sep 2024 17:21:27 +0200 Subject: [PATCH] Update keycloak-client repository to not syncing policy-enforcer as it was completely moved from the main repository closes #29 Signed-off-by: mposolda --- .github/scripts/sync-keycloak-sources.sh | 1 - README.md | 1 - policy-enforcer/pom.xml | 75 ------------------------ 3 files changed, 77 deletions(-) diff --git a/.github/scripts/sync-keycloak-sources.sh b/.github/scripts/sync-keycloak-sources.sh index ab83169..14b3b31 100755 --- a/.github/scripts/sync-keycloak-sources.sh +++ b/.github/scripts/sync-keycloak-sources.sh @@ -42,4 +42,3 @@ fi; syncFiles admin-client syncFiles authz-client -syncFiles policy-enforcer diff --git a/README.md b/README.md index e924385..773d0fe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ The files in the modules: * [admin-client](admin-client) * [authz-client](authz-client) -* [policy-enforcer](policy-enforcer) are not "owned" by this repository and hence the Java files should ideally not be directly updated. Those files are "owned" by the [main Keycloak server repository](https://github.com/keycloak/keycloak) and hence are supposed to be updated there (whenever needed) and synced into this repository by the bash script [sync-keycloak-sources.sh](.github/scripts/sync-keycloak-sources.sh) diff --git a/policy-enforcer/pom.xml b/policy-enforcer/pom.xml index e98978e..0bc0adb 100755 --- a/policy-enforcer/pom.xml +++ b/policy-enforcer/pom.xml @@ -49,79 +49,4 @@ - - - sync - - - - ${project.build.directory}/unpacked-resources - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-keycloak-sources - generate-sources - - unpack - - - - - org.keycloak - keycloak-policy-enforcer-tests - ${keycloak.version} - jar - sources - true - ${project.build.directory}/unpacked - - org/**/* - - - - org.keycloak - keycloak-policy-enforcer-tests - ${keycloak.version} - jar - sources - true - ${project.build.directory}/unpacked-resources - - META-INF/services/**/* - - - - false - true - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - generate-sources - - add-source - - - - ${project.build.directory}/unpacked - - - - - - - - - -