Re: [VOTE] Maven Build Cache Extension 1.0.0

2022-11-03 Thread Maximilian Novikov
+1 successfully tested on my projects From: Guillaume Nodet Sent: Thursday, October 27, 2022 1:11 PM To: Maven Developers List Subject: [VOTE] Maven Build Cache Extension 1.0.0 Hi, I've staged a release of Maven Build Cache Extension 1.0.0. This is the first re

RE: [DISCUSS] Move maven caching to an external repository

2022-01-13 Thread Maximilian Novikov
Thanks a lot Herve, well done on moving the extension to a new repo. >> (1) ok if I delete MNG-7129-maven-caching branch from maven.git? +1, ok >> (2) ok for me to create MBUILDCACHE Jira project? +1 >>(3) ok for me to move MNG-7129 issue (and sub-tasks) to that new Jira project? Mb, copy or clo

RE: Incremental Maven - push the feature

2021-02-27 Thread Maximilian Novikov
Dear Maven Dev, We would like to make a live demo of this feature and we will be happy to answer your questions. If you are interested to attend please reply directly to me and specify your timezone/preferable time. Kind regards, Maximilian Novikov -Original Message- From: Alexander

RE: [VOTE] Maven incremental build for BIG-sized projects with local and remote caching [I]

2019-09-23 Thread Maximilian Novikov
Classification: For internal use only Hi Enrico, It's not open sourced for now. We need to spend much efforts according with DB policies/procedures to make it open source. That's why we started this discussion, we don't want to waste time if change conceptually wrong(from Maven Dev Community pe

RE: [VOTE] Maven incremental build for BIG-sized projects with local and remote caching [I]

2019-09-18 Thread Maximilian Novikov
Classification: For internal use only Hi Falko, I saw this project. It can help in some cases, but to build fast you need: 1. Incremental build 2. Remote cache(shared cache) gitflow-incremental-builder helps to cover #1. BTW I still see limitations here: 1. It creates coupling with GIT 2

RE: [VOTE] Maven incremental build for BIG-sized projects with local and remote caching

2019-09-14 Thread Maximilian Novikov
Tibor, We understand your position. We moved from separated SCM to one SCM. We can move back, but we don't want this. In single SCM we like: 1. Atomic commits 2. Single point of responsibility. If someone makes incompatible change in shared library, he is responsible to update all usages. At f

RE: [VOTE] Maven incremental build for BIG-sized projects with local and remote caching [I]

2019-09-14 Thread Maximilian Novikov
gt; > > > I can see a big problem that we do not have an interface between > Surefire > > > and Compiler plugin negotiating which tests have been modified > including > > > modules and classes in the entire structure. > > > > > > Having incremental

RE: [VOTE] Maven incremental build for BIG-sized projects with local and remote caching [I]

2019-09-14 Thread Maximilian Novikov
to the Plugin API (without breaking > >> backwards > >> > compatibility) to have support out of the box. > >> > > >> > Robert > >> > > >> > > > >> > > Romain > >> > > > >> > > > >> >

[VOTE] Maven incremental build for BIG-sized projects with local and remote caching

2019-09-13 Thread Maximilian Novikov
Hi All, We want to create upstream change to Maven to support true incremental build for big-sized projects. To raise a pull request we have to pass long chain of Deutsche Bank's internal procedures. So, before starting the process we would like to get your feedback regarding this feature. Mot