RE: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-03 Thread Thiebaud, Christophe
Hi Karl, Thanks for the quick answer. Our build farm uses maven 3.0.4, but the issue is reproducible with maven 3.3.9 The projects are three independent projects, no multi-module build. There are three teams, each responsible for one project, with independent release cycles. 'parent' ->

Re: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-03 Thread Karl Heinz Marbaise
Hi, how are you calling Maven? And which version of Maven do you use? Furthermore I've got the impressions that those modules belong together ? Kind regards Karl Heinz On 8/3/16 8:10 PM, Thiebaud, Christophe wrote: Hi All, The title says it all. Any suggestions how to overcome this

project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-03 Thread Thiebaud, Christophe
Hi All, The title says it all. Any suggestions how to overcome this issue ? Explanation below. Let the projects be: ‘parent’ : the parent pom of the ‘lib’ library just below ‘lib’ : the library ‘app’ : the application dependent on ‘lib’ through a version range. (all three