Referencing to artifact properties

Hi,

Ivy and Nexus/Artifactory provide a way to add specific properties for an artifacts. e.g. we add property called “test-status” with value “SECONDARY-PASSED”. Are there any way to add a dependency ‘compile (“org:artifact:1.3+”), test-status=SECONDARY-PASSED’ to reference to the artifact passed the secondary test.

The rational behind this need is that some of the dev teams want to use a stable and tested version and some of them the latest build. Does anybody use similar promotion pattern?

Gabor