Re: Dependencies - need help/advice: Getting the latest version of a specific (not all) dependencies

2022-09-24 Thread Arnaud bourree
Hi, Does yesterday dependency build on an other pc? Then it should be "deploy" to your company central repository (Artifactory, Nexus, ...) to be fetched from your pc. Using version range and snapshot is not good idea. It's better to use snapshot only. If you want incremental version from you

Re: Dependencies - need help/advice: Getting the latest version of a specific (not all) dependencies

2022-09-24 Thread Delany
> Finally I opened app2-0.0.1-SNAPSHOT.jar and looked for the included app1-0.0.1-SNAPSHOT.jar file. What does this mean? On Sat, 24 Sept 2022 at 00:05, Bruno Melloni wrote: > First, you are right... I misread. When I look at the maven plugins in > pluginManagement I see v2 and v3: