spotless VS fmt-maven-plugin

Compare spotless vs fmt-maven-plugin and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
spotless fmt-maven-plugin
10 2
4,161 307
2.6% 2.3%
9.7 6.6
7 days ago 12 days ago
Java Java
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

spotless

Posts with mentions or reviews of spotless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.

fmt-maven-plugin

Posts with mentions or reviews of fmt-maven-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-09.
  • Zero Config Code Formatter?
    11 projects | /r/java | 9 Mar 2022
    https://github.com/spotify/fmt-maven-plugin (formerly coveo) both to format before commit and to check on ci that the formatting is correct.
  • What java formatter do you use for formatting source code?
    3 projects | /r/java | 23 Jul 2021
    Coveo is another one that's easier to set up because /drumroll - there are no configurations at all. It uses the google java format which, as /u/dpash pointed out in his response has 2 space indentation and comically short lines. I'm not advocating 300 line lengths or anything, but google's style is very rigid in that regard. I've actually gotten used to the 2 space thing.

What are some alternatives?

When comparing spotless and fmt-maven-plugin you can also consider the following projects:

Checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.

google-java-format - Reformats Java source code to comply with Google Java Style.

styleguide - Style guides for Google-originated open-source projects

prettier-java - Prettier Java Plugin

formatter-maven-plugin - Formatter Maven Plugin

palantir-java-format - A modern, lambda-friendly, 120 character Java formatter.

prettier - Prettier is an opinionated code formatter.

git-code-format-maven-plugin - A maven plugin that automatically deploys code formatters as pre-commit git hook

spring-javaformat