From b7a9d02ad0c05f91e9f2742643a407ea3d753002 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Thu, 8 Nov 2018 15:37:30 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
multi/multi__migrations.html | 3 +-
...lti__using_the_pluggable_architecture.html | 4 +-
multi/multi_spring-cloud-contract.html | 2 +-
multi/multi_stub-runner-for-messaging.html | 76 +-
single/spring-cloud-contract.html | 85 +-
.../checkstyle.html | 118 +--
.../ci-management.html | 351 +++++++++
.../complex.html | 20 +-
.../configs.html | 40 +-
.../convert-mojo.html | 20 +-
.../generateStubs-mojo.html | 20 +-
.../generateTests-mojo.html | 20 +-
.../help-mojo.html | 20 +-
spring-cloud-contract-maven-plugin/index.html | 32 +-
.../issue-management.html | 348 ++++++++
spring-cloud-contract-maven-plugin/junit.html | 20 +-
.../licenses.html | 745 ++++++++++++++++++
.../plugin-info.html | 22 +-
.../plugin-management.html | 76 +-
.../plugins.html | 66 +-
.../project-info.html | 44 +-
.../project-reports.html | 20 +-
.../pushStubsToScm-mojo.html | 20 +-
.../run-mojo.html | 20 +-
spring-cloud-contract-maven-plugin/scm.html | 359 +++++++++
.../sitemap.html | 32 +-
spring-cloud-contract-maven-plugin/spock.html | 24 +-
.../summary.html | 393 +++++++++
spring-cloud-contract-maven-plugin/team.html | 372 +++++++++
spring-cloud-contract-maven-plugin/usage.html | 26 +-
spring-cloud-contract.xml | 120 ++-
31 files changed, 3135 insertions(+), 383 deletions(-)
create mode 100644 spring-cloud-contract-maven-plugin/ci-management.html
create mode 100644 spring-cloud-contract-maven-plugin/issue-management.html
create mode 100644 spring-cloud-contract-maven-plugin/licenses.html
create mode 100644 spring-cloud-contract-maven-plugin/scm.html
create mode 100644 spring-cloud-contract-maven-plugin/summary.html
create mode 100644 spring-cloud-contract-maven-plugin/team.html
diff --git a/multi/multi__migrations.html b/multi/multi__migrations.html
index 1151a82dcb..08e50a7544 100644
--- a/multi/multi__migrations.html
+++ b/multi/multi__migrations.html
@@ -93,5 +93,4 @@ you manually set versions of Spring Cloud Contract and the release train
you might see the following exception:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project some-project: Compilation failure: Compilation failure:
[ERROR] /some/path/SomeClass.java:[4,39] package com.jayway.restassured.response does not exist
This exception will occur due to the fact that the tests got generated with
an old version of plugin and at test execution time you have an incompatible
-version of the release train (and vice versa).
Done via issue 267
We will add back Apache Camel support only after this issue
-gets fixed