diff --git a/multi/multi__customization.html b/multi/multi__customization.html
index b089071bcc..36e9b9db44 100644
--- a/multi/multi__customization.html
+++ b/multi/multi__customization.html
@@ -138,7 +138,12 @@ maintain the static compatibility. Later in this document, you can see examples
to pass the dependency to your project.
8.1.3 Test the Dependency in the Project’s DependenciesFirst, add the common jar dependency as a test dependency. Because your contracts files
are available on the test resources path, the common jar classes automatically become
visible in your Groovy files. The following examples show how to test the dependency:
Maven.
-
Unresolved directive in verifier_contract.adoc - include::https://raw.githubusercontent.com/spring-cloud-samples/spring-cloud-contract-samples/master/producer/pom.xml[tags=test_dep,indent=0]
+
<dependency>
+ <groupId> com.example</groupId>
+ <artifactId> beer-common</artifactId>
+ <version> ${project.version}</version>
+ <scope> test</scope>
+</dependency>
Gradle.
testCompile("com.example:beer-common:0.0.1-SNAPSHOT" )
8.1.4 Test a Dependency in the Plugin’s DependenciesNow, you must add the dependency for the plugin to reuse at runtime, as shown in the
diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html
index a2166cb10a..2289a4caeb 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -3645,7 +3645,12 @@ maintain the static compatibility. Later in this document, you can see examples
to pass the dependency to your project.
8.1.3 Test the Dependency in the Project’s DependenciesFirst, add the common jar dependency as a test dependency. Because your contracts files
are available on the test resources path, the common jar classes automatically become
visible in your Groovy files. The following examples show how to test the dependency:
Maven.
-
Unresolved directive in verifier_contract.adoc - include::https://raw.githubusercontent.com/spring-cloud-samples/spring-cloud-contract-samples/master/producer/pom.xml[tags=test_dep,indent=0]
+
<dependency>
+ <groupId> com.example</groupId>
+ <artifactId> beer-common</artifactId>
+ <version> ${project.version}</version>
+ <scope> test</scope>
+</dependency>
Gradle.
testCompile("com.example:beer-common:0.0.1-SNAPSHOT" )
8.1.4 Test a Dependency in the Plugin’s DependenciesNow, you must add the dependency for the plugin to reuse at runtime, as shown in the
diff --git a/spring-cloud-contract-maven-plugin/checkstyle.html b/spring-cloud-contract-maven-plugin/checkstyle.html
index c775af1d2b..b559577046 100644
--- a/spring-cloud-contract-maven-plugin/checkstyle.html
+++ b/spring-cloud-contract-maven-plugin/checkstyle.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Checkstyle Results
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/complex.html b/spring-cloud-contract-maven-plugin/complex.html
index 9a44a9380c..268fe5f124 100644
--- a/spring-cloud-contract-maven-plugin/complex.html
+++ b/spring-cloud-contract-maven-plugin/complex.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/configs.html b/spring-cloud-contract-maven-plugin/configs.html
index 561c11a629..5582c246a3 100644
--- a/spring-cloud-contract-maven-plugin/configs.html
+++ b/spring-cloud-contract-maven-plugin/configs.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/convert-mojo.html b/spring-cloud-contract-maven-plugin/convert-mojo.html
index 3e189f7a2e..8ac5582258 100644
--- a/spring-cloud-contract-maven-plugin/convert-mojo.html
+++ b/spring-cloud-contract-maven-plugin/convert-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:convert
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/generateStubs-mojo.html b/spring-cloud-contract-maven-plugin/generateStubs-mojo.html
index 47a4f04b4b..9f8f297385 100644
--- a/spring-cloud-contract-maven-plugin/generateStubs-mojo.html
+++ b/spring-cloud-contract-maven-plugin/generateStubs-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:generateStubs
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/generateTests-mojo.html b/spring-cloud-contract-maven-plugin/generateTests-mojo.html
index cf85bbb940..d16116fd58 100644
--- a/spring-cloud-contract-maven-plugin/generateTests-mojo.html
+++ b/spring-cloud-contract-maven-plugin/generateTests-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:generateTests
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/help-mojo.html b/spring-cloud-contract-maven-plugin/help-mojo.html
index e59fb08d5b..c78650e14b 100644
--- a/spring-cloud-contract-maven-plugin/help-mojo.html
+++ b/spring-cloud-contract-maven-plugin/help-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:help
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/index.html b/spring-cloud-contract-maven-plugin/index.html
index 3910a9f2d7..f0ad4a93d6 100644
--- a/spring-cloud-contract-maven-plugin/index.html
+++ b/spring-cloud-contract-maven-plugin/index.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/integration.html b/spring-cloud-contract-maven-plugin/integration.html
index 7c61143eb2..c1e89f4b5d 100644
--- a/spring-cloud-contract-maven-plugin/integration.html
+++ b/spring-cloud-contract-maven-plugin/integration.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – CI Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/issue-tracking.html b/spring-cloud-contract-maven-plugin/issue-tracking.html
index ebaf45f456..fb257f0a0a 100644
--- a/spring-cloud-contract-maven-plugin/issue-tracking.html
+++ b/spring-cloud-contract-maven-plugin/issue-tracking.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Issue Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/junit.html b/spring-cloud-contract-maven-plugin/junit.html
index ba365a4dcb..04b0d6c625 100644
--- a/spring-cloud-contract-maven-plugin/junit.html
+++ b/spring-cloud-contract-maven-plugin/junit.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/license.html b/spring-cloud-contract-maven-plugin/license.html
index 2dc10c819c..1f82af316d 100644
--- a/spring-cloud-contract-maven-plugin/license.html
+++ b/spring-cloud-contract-maven-plugin/license.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Licenses
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/plugin-info.html b/spring-cloud-contract-maven-plugin/plugin-info.html
index 13dd3c1e53..3b3544da92 100644
--- a/spring-cloud-contract-maven-plugin/plugin-info.html
+++ b/spring-cloud-contract-maven-plugin/plugin-info.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Plugin Documentation
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/plugin-management.html b/spring-cloud-contract-maven-plugin/plugin-management.html
index a2c2c61328..7feb62d806 100644
--- a/spring-cloud-contract-maven-plugin/plugin-management.html
+++ b/spring-cloud-contract-maven-plugin/plugin-management.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Plugin Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/plugins.html b/spring-cloud-contract-maven-plugin/plugins.html
index 08dc5283c3..4ade1fbb88 100644
--- a/spring-cloud-contract-maven-plugin/plugins.html
+++ b/spring-cloud-contract-maven-plugin/plugins.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Plugins
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/project-info.html b/spring-cloud-contract-maven-plugin/project-info.html
index c3c4d1d6f0..6e668a3085 100644
--- a/spring-cloud-contract-maven-plugin/project-info.html
+++ b/spring-cloud-contract-maven-plugin/project-info.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Information
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/project-reports.html b/spring-cloud-contract-maven-plugin/project-reports.html
index 3d696ded9e..5d800c0c9f 100644
--- a/spring-cloud-contract-maven-plugin/project-reports.html
+++ b/spring-cloud-contract-maven-plugin/project-reports.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Generated Reports
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/project-summary.html b/spring-cloud-contract-maven-plugin/project-summary.html
index f7cf73e67f..8c3c83cdfe 100644
--- a/spring-cloud-contract-maven-plugin/project-summary.html
+++ b/spring-cloud-contract-maven-plugin/project-summary.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Summary
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/run-mojo.html b/spring-cloud-contract-maven-plugin/run-mojo.html
index eb96d5a074..c3f0897e26 100644
--- a/spring-cloud-contract-maven-plugin/run-mojo.html
+++ b/spring-cloud-contract-maven-plugin/run-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:run
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/sitemap.html b/spring-cloud-contract-maven-plugin/sitemap.html
index 7bb05e25a7..21cb56c156 100644
--- a/spring-cloud-contract-maven-plugin/sitemap.html
+++ b/spring-cloud-contract-maven-plugin/sitemap.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Sitemap
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/source-repository.html b/spring-cloud-contract-maven-plugin/source-repository.html
index e4a5906218..8b6433dc5d 100644
--- a/spring-cloud-contract-maven-plugin/source-repository.html
+++ b/spring-cloud-contract-maven-plugin/source-repository.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Source Code Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/spock.html b/spring-cloud-contract-maven-plugin/spock.html
index 57473686ca..0b3abf0078 100644
--- a/spring-cloud-contract-maven-plugin/spock.html
+++ b/spring-cloud-contract-maven-plugin/spock.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/team-list.html b/spring-cloud-contract-maven-plugin/team-list.html
index d887ca8daf..b8e49bbc30 100644
--- a/spring-cloud-contract-maven-plugin/team-list.html
+++ b/spring-cloud-contract-maven-plugin/team-list.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Team
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/usage.html b/spring-cloud-contract-maven-plugin/usage.html
index 75323f0aa9..6713403d15 100644
--- a/spring-cloud-contract-maven-plugin/usage.html
+++ b/spring-cloud-contract-maven-plugin/usage.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-01
+ Last Published: 2017-11-02
|
Version: 1.2.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml
index 6d0015daab..9e5c1ecced 100644
--- a/spring-cloud-contract.xml
+++ b/spring-cloud-contract.xml
@@ -4,7 +4,7 @@
Spring Cloud Contract
-2017-11-01
+2017-11-02
@@ -5825,7 +5825,12 @@ visible in your Groovy files. The following examples show how to test the depend
Maven
-Unresolved directive in verifier_contract.adoc - include::https://raw.githubusercontent.com/spring-cloud-samples/spring-cloud-contract-samples/master/producer/pom.xml[tags=test_dep,indent=0]
+<dependency>
+ <groupId>com.example</groupId>
+ <artifactId>beer-common</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+</dependency>