This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/artemis-examples.git
commit 618e4d619320d0975ec370a246d089187da82fc0 Author: Robbie Gemmell <[email protected]> AuthorDate: Thu Nov 13 16:22:41 2025 +0000 NO-JIRA: allow toggling DL of KC to prime local repo for caching --- examples/features/standard/security-keycloak/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/features/standard/security-keycloak/pom.xml b/examples/features/standard/security-keycloak/pom.xml index 3e8b3483..29467bb7 100644 --- a/examples/features/standard/security-keycloak/pom.xml +++ b/examples/features/standard/security-keycloak/pom.xml @@ -35,6 +35,7 @@ under the License. <activemq.basedir>${project.basedir}/../../../..</activemq.basedir> <version.org.keycloak>24.0.5</version.org.keycloak> <version.jboss.logging>3.5.0.Final</version.jboss.logging> + <skipDownloadKc>${noServer}</skipDownloadKc> </properties> <dependencies> @@ -62,7 +63,7 @@ under the License. <url>https://github.com/keycloak/keycloak/releases/download/${version.org.keycloak}/keycloak-${version.org.keycloak}.tar.gz</url> <unpack>true</unpack> <overwrite>false</overwrite> - <skip>${noServer}</skip> + <skip>${skipDownloadKc}</skip> </configuration> </execution> </executions> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
