keycloak-scim/docs/guides
MWarnecke c5fc9f2962
Use provided scope for maven-plugin dependencies
* use provided scope for maven dependencies

As the maven-plugin-plugin suggests, dependencies to the maven runtime
should be in provided scope.

This gets rid of the according warning which was written during build.

Before Maven 3.9, plexus-utils was injected in the classpath at runtime.
As of Maven 3.9 this is not the case anymore which broke the plugin due
to a usage of said dependency. The only usage is replaced by a visitor
to copy files.

Closes #30542

Signed-off-by: Michael Warnecke <WarneckeMichael@web.de>

* Guides need to see maven's Log class

Signed-off-by: Michael Warnecke <WarneckeMichael@web.de>

---------

Signed-off-by: Michael Warnecke <WarneckeMichael@web.de>
2024-06-27 09:50:19 +02:00
..
getting-started OpenJDK 21 support (#28518) 2024-06-03 14:17:28 +02:00
high-availability Update to Infinispan 15.0.5.Final 2024-06-19 11:50:24 +02:00
images Update create realm topics to replace Master 2024-05-08 17:37:20 +02:00
migration doc: adding notes about header priority (#25959) 2024-01-10 09:21:49 +01:00
operator New operator failing on health checks (#30709) 2024-06-26 15:46:48 +00:00
server Describe mTLS overrides for the management interface (#30735) 2024-06-26 12:02:36 +02:00
src/test/java/org/keycloak/guides Fix DocsBuildDebugUtil signatures, and ensure it can be called from an IDE 2023-11-20 09:14:57 -03:00
templates Conditionally enable and disable CLI options (#25333) 2024-03-07 20:36:43 +00:00
.asciidoctorconfig Create an attribute for Getting Started (#24825) 2023-11-20 13:16:35 +01:00
assembly.xml Adding a Keycloak High Availability section to Keycloak's docs 2023-11-23 12:27:47 +00:00
attributes.adoc Make use of attributes consistent between old docs and new guides 2024-03-26 17:07:54 +01:00
GENERATE-DOCS.md Move guides to /docs/guides so they are simpler to find and maintain (#17378) 2023-03-03 10:08:05 +00:00
pom.xml Use provided scope for maven-plugin dependencies 2024-06-27 09:50:19 +02:00