Re: maven-plugin snapshot dependency broken by design ?

2014-08-20 Thread Jesse Glick
Tracking in: https://issues.jenkins-ci.org/browse/JENKINS-21903 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com.

Re: maven-plugin snapshot dependency broken by design ?

2014-08-20 Thread Jesse Glick
On Fri, Aug 8, 2014 at 6:00 AM, Vincent Latombe wrote: > I think the setting 'Block build when upstream project is building' should > be taken into consideration when evaluating this trigger. Interesting point, but not so simple. That setting (AbstractProject.blockBuildWhenUpstreamBuilding) is no

Re: maven-plugin snapshot dependency broken by design ?

2014-08-08 Thread Vincent Latombe
I think the setting 'Block build when upstream project is building' should be taken into consideration when evaluating this trigger. Vincent 2014-08-08 10:17 GMT+02:00 nicolas de loof : > A customer of mine reported a weird behavior using maven snapshot > dependencies to trigger builds > > as a

maven-plugin snapshot dependency broken by design ?

2014-08-08 Thread nicolas de loof
A customer of mine reported a weird behavior using maven snapshot dependencies to trigger builds as a resume, he has maven jobs A, B, C B depends on A-SNAPSHOT C depends on A-SNAPSHOT and B-SNAPSHOT A is an active project, so is more or less always building same for B as a direct dependent job t