strimzi / metrics-reporter

Prometheus Metrics Reporter for Apache Kafka server and client components
Apache License 2.0
5 stars 9 forks source link

Add basic Strimzi pom.xml file with the usual plugins, checkstyle, etc. #10

Closed scholzj closed 8 months ago

scholzj commented 8 months ago

This PR adds the usual Strimzi pom.xml file with the plugins we use in all other projects. This includes the quality check plugins such as checkstyle or spotbugs as well as the Javadoc or Source plugins to be able to publish the project to Maven. It also fixes the Checkstyle warnings. Separate issues will be opened for the Javadoc issues and Spotbug issues.