Is it possible to call a custom enforcer rule at first in lifecycle phase deploy. I know I could create a custom lifecycle, but this is a bit of an overhead for this problem, though..
The rule should prevent changes being deployed to the artifactory if there are newer versions in the scm repository. So it's essential that the rule checkst he scm before a deploy is executed. Thx in advance! Chris