Skip to content

integrate Eclipse Formatter Profile into Maven Spotless Plugin #48047

@Pankraz76

Description

@Pankraz76

Description

After accidentally discovering an existing formatting plugin, I was surprised not to have encountered it while working with the codebase. Maven stands out as the first project to implement this correctly, integrating full auto-fix capabilities into the build process to boost productivity.

However, the presence of unused imports suggests a gap in the current setup, which fails to prevent such issues.

Spotless provides seamless integration with an Eclipse Formatter Profile, making it the ideal solution. It fully automates manual formatting steps, ensuring consistent and correct code style.

Could Quarkus also benefit from automating these standards, which align with the goals of the Eclipse Formatter Profile? Spotless offers an easy way to fix recurring issues, making it a strong candidate for integration.

Implementation ideas

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/housekeepingIssue type for generalized tasks not related to bugs or enhancementsarea/maven

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions