(just cause I think it was not mentionned in this thread whereas it is very relevant)
Here are some links converging with the overall idea: - https://cwiki.apache.org/confluence/display/MAVEN/Incremental+Builds?focusedCommentId=30149618 - http://maven.40175.n5.nabble.com/Re-parallelise-not-overlapping-tasks-td5922723.html - https://github.com/sudhanwadindorkar/incremental-maven-builder (which is likely incomplete too but has some overall good idea around a potential extension impl) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mer. 18 sept. 2019 à 09:53, Maximilian Novikov <[email protected]> a écrit : > 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. No IDE integration > 3. Further advanced optimizations don't look possible > > Our idea was to move from workaround solutions(as Tibor classified this) > to native solution. > > Thanks for sharing this. > > Kind regards, > Max > > > -----Original Message----- > From: Falko Modler [mailto:[email protected]] > Sent: Wednesday, September 18, 2019 1:15 AM > To: [email protected] > Subject: Re: [VOTE] Maven incremental build for BIG-sized projects with > local and remote caching > > Hi there, > > I must admit that I did not read everything but in case you are using Git > this extension might help: > > https://github.com/vackosar/gitflow-incremental-builder > > It is a Maven extension and it is _not_ limited to Gitflow setups! > > Disclaimer: I am not the owner of this project but I am a "Collaborator" > (I can cut releases etc.). > > Feedback is very much appreciated. > > > PS: I hope this works, never posted to a mailing list before. :-O > > > Best regards, > > Falko > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] > > > --- > This e-mail may contain confidential and/or privileged information. If you > are not the intended recipient (or have received this e-mail in error) > please notify the sender immediately and delete this e-mail. Any > unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > > Please refer to https://www.db.com/disclosures for additional EU > corporate and regulatory disclosures and to > http://www.db.com/unitedkingdom/content/privacy.htm for information about > privacy. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
