From 34e59ac981fd26f8886ce6d6754fc5740f6c0456 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 25 Sep 2019 19:36:41 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/gradle-project.html | 4 ++++ reference/pdf/spring-cloud-contract.pdf | 4 ++-- .../apidocs/allclasses-frame.html | 2 +- .../apidocs/allclasses-noframe.html | 2 +- .../apidocs/constant-values.html | 2 +- .../apidocs/deprecated-list.html | 2 +- spring-cloud-contract-maven-plugin/apidocs/help-doc.html | 2 +- spring-cloud-contract-maven-plugin/apidocs/index-all.html | 2 +- spring-cloud-contract-maven-plugin/apidocs/index.html | 2 +- .../cloud/contract/maven/verifier/BaseClassMapping.html | 2 +- .../cloud/contract/maven/verifier/ConvertMojo.html | 2 +- .../cloud/contract/maven/verifier/GenerateStubsMojo.html | 2 +- .../cloud/contract/maven/verifier/GenerateTestsMojo.html | 2 +- .../cloud/contract/maven/verifier/HelpMojo.html | 2 +- .../cloud/contract/maven/verifier/PushStubsToScmMojo.html | 2 +- .../cloud/contract/maven/verifier/RunMojo.html | 2 +- .../contract/maven/verifier/class-use/BaseClassMapping.html | 2 +- .../cloud/contract/maven/verifier/class-use/ConvertMojo.html | 2 +- .../contract/maven/verifier/class-use/GenerateStubsMojo.html | 2 +- .../contract/maven/verifier/class-use/GenerateTestsMojo.html | 2 +- .../cloud/contract/maven/verifier/class-use/HelpMojo.html | 2 +- .../contract/maven/verifier/class-use/PushStubsToScmMojo.html | 2 +- .../cloud/contract/maven/verifier/class-use/RunMojo.html | 2 +- .../cloud/contract/maven/verifier/package-frame.html | 2 +- .../cloud/contract/maven/verifier/package-summary.html | 2 +- .../cloud/contract/maven/verifier/package-tree.html | 2 +- .../cloud/contract/maven/verifier/package-use.html | 2 +- .../verifier/stubrunner/AetherStubDownloaderFactory.html | 2 +- .../contract/maven/verifier/stubrunner/LocalStubRunner.html | 2 +- .../contract/maven/verifier/stubrunner/RemoteStubRunner.html | 2 +- .../stubrunner/class-use/AetherStubDownloaderFactory.html | 2 +- .../maven/verifier/stubrunner/class-use/LocalStubRunner.html | 2 +- .../maven/verifier/stubrunner/class-use/RemoteStubRunner.html | 2 +- .../contract/maven/verifier/stubrunner/package-frame.html | 2 +- .../contract/maven/verifier/stubrunner/package-summary.html | 2 +- .../contract/maven/verifier/stubrunner/package-tree.html | 2 +- .../cloud/contract/maven/verifier/stubrunner/package-use.html | 2 +- .../apidocs/overview-frame.html | 2 +- .../apidocs/overview-summary.html | 2 +- spring-cloud-contract-maven-plugin/apidocs/overview-tree.html | 2 +- 40 files changed, 44 insertions(+), 40 deletions(-) diff --git a/reference/html/gradle-project.html b/reference/html/gradle-project.html index dd029f54ec..eb905b6a7e 100644 --- a/reference/html/gradle-project.html +++ b/reference/html/gradle-project.html @@ -415,6 +415,7 @@ pseudocode):

contractsDslDir = project.file("${project.rootDir}/src/test/resources/contracts") basePackageForTests = 'org.springframework.cloud.verifier.tests' stubsOutputDir = project.file("${project.buildDir}/stubs") + sourceSet = null // the following properties are used when you want to provide where the JAR with contract lays contractDependency { @@ -551,6 +552,9 @@ JUnit 5 are supported, with JUnit 4 being the default framework.

contractsProperties: A map that contains properties to be passed to Spring Cloud Contract components. Those properties might be used by (for example) built-in or custom Stub Downloaders.

+
  • +

    sourceSet: Source set where the contracts are stored. If not provided will assume test (e.g. project.sourceSets.test.java for JUnit or project.sourceSets.test.groovy for Spock).

    +
  • diff --git a/reference/pdf/spring-cloud-contract.pdf b/reference/pdf/spring-cloud-contract.pdf index 3631df0043..877a7903ae 100644 --- a/reference/pdf/spring-cloud-contract.pdf +++ b/reference/pdf/spring-cloud-contract.pdf @@ -5,8 +5,8 @@ /Author /Creator (Asciidoctor PDF 1.5.0.alpha.18, based on Prawn 2.2.2) /Producer -/ModDate (D:20190925185133+00'00') -/CreationDate (D:20190925185201+00'00') +/ModDate (D:20190925193329+00'00') +/CreationDate (D:20190925193357+00'00') >> endobj 2 0 obj diff --git a/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html b/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html index 5454b32d3d..d8e8c286e8 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html +++ b/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html b/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html index 077f5f5efc..4878d6d6cc 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html +++ b/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/constant-values.html b/spring-cloud-contract-maven-plugin/apidocs/constant-values.html index aa7420bab9..e9a2b56840 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/constant-values.html +++ b/spring-cloud-contract-maven-plugin/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html b/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html index 891a96321f..97c38b07a9 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html +++ b/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/help-doc.html b/spring-cloud-contract-maven-plugin/apidocs/help-doc.html index 27d64e565b..da99844b9c 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/help-doc.html +++ b/spring-cloud-contract-maven-plugin/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/index-all.html b/spring-cloud-contract-maven-plugin/apidocs/index-all.html index 1523404802..9600e256be 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/index-all.html +++ b/spring-cloud-contract-maven-plugin/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/index.html b/spring-cloud-contract-maven-plugin/apidocs/index.html index 7b0e8c1636..cca75cd9a6 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/index.html +++ b/spring-cloud-contract-maven-plugin/apidocs/index.html @@ -2,7 +2,7 @@ - + Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API