aerogear / keycloak-metrics-spi

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

Add maven wrapper and utf-8 standard encoding #206

Open jannickherrmann opened 2 weeks ago

jannickherrmann commented 2 weeks ago

Motivation

To ensure platform independence for Maven builds and to align with best practices for encoding standards.

Relates to: #205

What

Added Maven wrapper and set UTF-8 as default encoding.

Why

To make the build process more consistent across different platforms and to avoid encoding-related issues.

How

Verification Steps

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Verify that the Maven wrapper files (mvnw, mvnw.cmd) are present.
  4. Open pom.xml and confirm is set to UTF-8.
  5. Run a build using the Maven wrapper (./mvnw clean install) and ensure the build completes successfully on different platforms (Windows, macOS, Linux) and no warning appeared for source encodig.

Checklist:

Progress

Additional Notes

No additional notes.