Can someone point to me a basic GitHub java maven ...
# pact-jvm
v
Can someone point to me a basic GitHub java maven consumer junit5 example project? My implementation is working fine and able to publish the consumer contract but using the plugin https://mvnrepository.com/artifact/au.com.dius.pact.provider/junit5/4.1.11 - In this case I am able to express pactflow url and the token. I have seen some example projects using the consumer au.com.dius.pact.consumer (https://docs.pact.io/implementation_guides/jvm/consumer/junit5) where we can provide the information about the pactflow url and token in the pom.xml and I was not able to find the proper example on it. I am not sure which one is correct.
m
It doesn’t really matter where you source the values from, if it works and your team is happy with it then that’s probably all that matters