.checkstyle

2020-03-02 Thread Elliotte Rusty Harold
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

Re: finishing build/consumer implementation

2020-03-02 Thread Michael Osipov
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... ---

Re: finishing build/consumer implementation

2020-03-02 Thread Enrico Olivelli
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