pact-jvm-provider-gradle_2.10 pact-jvm-provider-gradle_2.10
Group | au.com.dius |
描述 | pact-jvm-provider-gradle ======================== Gradle plugin for verifying pacts against a provider. The Gradle plugin creates a task `pactVerify` to your build which will verify all configured pacts against your provider. ## To Use It ### 1. Add the pact-jvm-provider-gradle jar file to your build script class path: ```groovy buildscript { repositories { mavenCentral() } dependencies { classpath 'au.com.dius:pact-jvm-provider-gradle_2.10:2.0.1' } } ``` ### 2. Apply the pact plugin ```groovy apply plugin: 'pact' ``` ### 3. Define the pacts between your consumers and providers ```groovy pact { serviceProviders { // You can define as many as you need, but each must have a unique name provider1 { // All the provider |
Packaging | jar |
Size | 77.58 KB |
文件 | pom jar |
网址 | https://github.com/DiUS/pact-jvm |
发布时间 | 2014-09-22 18:42 |
dependencies
developers
thetrav | Travis Dixon | |
rholshausen | Ronald Holshausen | |
kenbot | Ken Scambler |
licenses
Apache 2 | http://www.apache.org/licenses/LICENSE-2.0.txt |
索引仓库
仓库 | 个数 |
Central | 592045 |