Some versions ago the Maven Checkstyle plugin (or perhaps checkstyle
itself) began writing a .checkstyle file into the directory. This
shows up when you run `mvn verify` and is listed a new file in git.
It's autogenerated and I think we can ignore it. I don't think we want
to check it in, so I pro
Am 2020-03-01 um 23:06 schrieb Robert Scholte:
I've done some refactoring and the code is now ready for testing and merging.[1]
I'd like to finish this soon, so I can focus on the maven-wrapper part.
Any feedback is appreciated.
I have left a few comments...
---
Great.
I have followed the development.
I will give a final review and finally try to test it
Thank you Robert, this patch will open up the way to major changes in Maven
without breaking compatibility
Enrico
Il Dom 1 Mar 2020, 23:06 Robert Scholte ha scritto:
> I've done some refactoring and