pact-jvm icon indicating copy to clipboard operation
pact-jvm copied to clipboard

exclude consumer from service provider tag specification

Open somayaj opened this issue 2 years ago • 0 comments

Is there a way to provide a service provider name and yet exclude some consumers from the pact verification? So, for the pact-maven-plugin

<serviceProviders>
<serviceProvider>
<name>xyx-provider</name> --> pulls in all provider contracts from the broker. 

I want to be able to exclude consumers that I'd like to skip for verification. is there a way to do this?

Thanks, Asha

somayaj avatar Nov 02 '21 00:11 somayaj