Package org.springframework.cloud.contract.maven.verifier


package org.springframework.cloud.contract.maven.verifier
  • Classes
    Class
    Description
    Represents a single mapping of regex on package where contracts reside to the FQN of the base test class.
    Convert Spring Cloud Contract Verifier contracts into stubs mappings.
    Picks the converted .json files and creates a jar.
    From the provided directory with contracts generates the acceptance tests on the producer side.
    Display help information on spring-cloud-contract-maven-plugin.
    Call mvn spring-cloud-contract:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    The generated stubs get committed to the SCM repo and pushed to origin.
    Mojo for running stubs.