aerogear / keycloak-metrics-spi

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

Add possibility to build project using Maven #121

Closed Alexander72 closed 2 years ago

Alexander72 commented 2 years ago

Many developers use Maven in their projects. It would be great to be able to build this project not only using Gradle but also using Maven. This issue is inspired by the Release to Maven Central #49 issue.

If this is the direction this project can evolve then please find a Pull Request with such a possibility implemented.

As a next step, I can work on the related issue (#49) to implement GitHub actions to release the project to Maven Central from the GitHub actions.

Thank you.