You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Christian Schulte <cs...@schulte.it> on 2009/03/23 17:23:57 UTC

Suppress building when there are no dependency changes ?

Hi,

I setup multiple build definitions with goals "clean test" to get
notifications whenever tests fail. If such build definitions are run,
continuum will trigger a build for any project depending on an artifact
having been built that way although nothing has changed. For example:

Project A has a build definition with goals "clean test" which is run on
a daily basis (also when there are no SCM changes). Project B has a
dependency on project A. Whenever "clean test" succeeds for project A,
project B will be built although neither the local repository nor any
remote repository has changed due to "clean test" (no install - no deploy).

Is there a way to suppress such builds from taking place ?

-- 
Christian