aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
523 stars 151 forks source link

Platform Independent Maven Build: Add Maven Wrapper and Set Default Encoding #205

Open jannickherrmann opened 2 weeks ago

jannickherrmann commented 2 weeks ago

Description

Add a Maven wrapper to the project and set a default encoding in the pom.xml. The Maven wrapper ensures consistent use of the correct Maven version across different environments. Setting a default encoding ensures consistent character encoding. Expected Behavior

Actual Behavior

Environment

Steps to reproduce