Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/java-code-formatter-review
Review of different maven plugins to format java source code
https://github.com/jabrena/java-code-formatter-review
Last synced: 17 days ago
JSON representation
Review of different maven plugins to format java source code
- Host: GitHub
- URL: https://github.com/jabrena/java-code-formatter-review
- Owner: jabrena
- License: apache-2.0
- Created: 2022-02-08T08:36:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T16:12:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T03:14:56.625Z (about 1 month ago)
- Language: Java
- Size: 95.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-source-formatter-review
[![Java CI](https://github.com/jabrena/java-source-formatter-review/actions/workflows/build.yml/badge.svg)](https://github.com/jabrena/java-source-formatter-review/actions/workflows/build.yml)
Review of different maven plugins to format java source code
## Alternatives
Move the process to git:
- https://medium.com/@harshitbangar/automatic-code-formatting-with-git-66c3c5c26798
```
mvn clean verify
mvn clean site site:stage
```