jdbc-observations / datasource-micrometer

Micrometer Observation API instrumentation and Spring Boot 3 Auto-Configuration for JDBC APIs
Apache License 2.0
50 stars 8 forks source link

Flatten the producing pom #11

Closed ttddyy closed 1 year ago

ttddyy commented 1 year ago

The published pom should be flattened for brevity.

Also, JReleaser doesn't allow having repositories element in producing pom.

maven-flatten-plugin needs to explicitly specify repositories to be flatten(removed) in the pomElements configuration.

Relates to #10