Re: Incremental Maven - push the feature

2021-02-22 Thread Alexander Ashitkin
Hi Paul this is a fork which is recommended to use with mvnw. Thank you Aleks On 2021/02/22 11:00:44, Falko Modler wrote: > This is very interesting and exciting news! > > > this is a fork of Maven somehow? Or additional > > plugins that are configurable into standard Maven? > > I second th

Re: Incremental Maven - push the feature

2021-02-22 Thread Alexander Ashitkin
Hi Paul this is fork which is required to use with mvnw. It is fully compatible with usual maven so no special modifications to project are required except config file. Thank you Aleks On 2021/02/22 10:40:23, Paul Hammant wrote: > Sounds great. Quick check - this is a fork of Maven somehow?

Re: Incremental Maven - push the feature

2021-02-22 Thread Alexander Ashitkin
Hi Michael It's really a question of risks, time investments and expected benefits. Probably the main factor is how to improve the build without interruptions, failed deliveries and without regression in quality and productivity. Improving Maven was considered an optimal way at least tactically.

Re: Incremental Maven - push the feature

2021-02-22 Thread Falko Modler
This is very interesting and exciting news! this is a fork of Maven somehow? Or additional plugins that are configurable into standard Maven? I second this question. I too published something on quicker Maven builds that's lower tech - https://paulhammant.com/2021/01/28/dagging-on-maven FW

Re: Incremental Maven - push the feature

2021-02-22 Thread Michael Osipov
Am 2021-02-22 um 05:37 schrieb Alexander Ashitkin: Hi Maven Dev We would like to resume topic of incremental builds on Maven - https://www.mail-archive.com/dev@maven.apache.org/msg119816.html We’ve come a long way on Deutsche Bank side and currently few steps away from contribution. At this po

Re: Incremental Maven - push the feature

2021-02-22 Thread Paul Hammant
Sounds great. Quick check - this is a fork of Maven somehow? Or additional plugins that are configurable into standard Maven? I too published something on quicker Maven builds that's lower tech - https://paulhammant.com/2021/01/28/dagging-on-maven - Paul