Skip to content

build(sdk-platform-java): Add formatter plugin to the root pom of sdk-platform-java.#12739

Merged
blakeli0 merged 1 commit intomainfrom
add-format-plugin
Apr 10, 2026
Merged

build(sdk-platform-java): Add formatter plugin to the root pom of sdk-platform-java.#12739
blakeli0 merged 1 commit intomainfrom
add-format-plugin

Conversation

@blakeli0
Copy link
Copy Markdown
Contributor

Running mvn fmt:format would result in errors in the root pom, because the formatter plugin was not migrated. Add formatter plugin to the root pom of sdk-platform-java to resolve the issue.

@blakeli0 blakeli0 requested a review from a team as a code owner April 10, 2026 03:56
@blakeli0 blakeli0 requested a review from diegomarquezp April 10, 2026 03:56
@blakeli0 blakeli0 changed the title build: Add formatter plugin to the root pom of sdk-platform-java. build(sdk-platform-java): Add formatter plugin to the root pom of sdk-platform-java. Apr 10, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the fmt-maven-plugin to the root pom.xml with a skip configuration. The review feedback points out that this configuration will disable formatting across all submodules and recommends specifying a version for build reproducibility. It also suggests using false if the goal is to skip only the root POM and notes that the com.spotify.fmt plugin is no longer maintained, recommending a switch to the HubSpot alternative.

@blakeli0 blakeli0 merged commit 35b7d67 into main Apr 10, 2026
96 of 104 checks passed
@blakeli0 blakeli0 deleted the add-format-plugin branch April 10, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants