Automatically format and sort imports according to the new maven coding style#147
Automatically format and sort imports according to the new maven coding style#147gnodet wants to merge 3 commits intoapache:masterfrom
Conversation
|
What has applied the automagic? |
|
@gnodet what IDE and what style you use? |
nvm, I see this is a plugin... |
The point is that the code is reformatted and the imports automatically organized. It saves a bit of time ... The two plugins are quite fast, especially as they do not process the files if they haven't been changed. |
|
I like it, but could we somehow share this setup (at least the huge config)? The amount of added LOC is not trivial, and have it copy-pasted over all reposes seems like a nightmare..... |
Agreed. I suppose the best location would be https://github.com/apache/maven-shared-resources/tree/master/src/main/resources/config ? |
dd1ba7f to
2454bc7
Compare
d4a0ce5 to
a564f89
Compare
|
Parent POM already provides this |
See apache/maven-parent#82