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
