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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T16:12:30.000Z (about 3 years ago)
- Last Synced: 2025-01-29T18:10:06.209Z (3 months 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
[](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
```