Re: Advice for structuring a maven pipeline with jenkins and git

2020-12-22 Thread Max
Versioning wasn't really my main problem, we were really just going to usually soft depend on the latest version and resolve it in a step. Our main issue was how to build the pipeline in an efficient manner. On Monday, December 21, 2020 at 1:39:42 AM UTC-8 yannick...@gmail.com wrote: > > Hi, th

Re: Advice for structuring a maven pipeline with jenkins and git

2020-12-21 Thread Yannick Lacaute
Hi, the question is more : how many versions do you want to manage ? Does it make sense for a final product to take a "common" dependency in version 1.1.2 while another final product take the same dependency in version 1.0.0 because late in dev ? There is many way of doing, one repo for all, one re

Advice for structuring a maven pipeline with jenkins and git

2020-12-21 Thread Max
Hi, we have several maven projects which are separate but depend on each other from within in several ways. If It helps to get the general picture, the following link lists all our current maven projects with their respective internal dependencies listed in the bullet points. https://docs.google