From 6cc1d051b917e7b970fef965e99bf3a4054a948a Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 20 Jul 2016 15:03:20 +0200 Subject: [PATCH] Sync docs from master to gh-pages --- .../complex-content.html | 6 +- .../complex.html | 6 +- .../convert-mojo.html | 6 +- .../dependencies.html | 40 +- .../dependency-info.html | 6 +- .../dependency-management.html | 344 ++-- .../distribution-management.html | 6 +- .../generateStubs-mojo.html | 6 +- .../generateTests-mojo.html | 6 +- .../help-mojo.html | 6 +- spring-cloud-contract-maven-plugin/index.html | 6 +- .../integration.html | 6 +- .../issue-tracking.html | 6 +- .../jacoco/.resources/branchfc.gif | Bin 0 -> 91 bytes .../jacoco/.resources/branchnc.gif | Bin 0 -> 91 bytes .../jacoco/.resources/branchpc.gif | Bin 0 -> 91 bytes .../jacoco/.resources/bundle.gif | Bin 0 -> 709 bytes .../jacoco/.resources/class.gif | Bin 0 -> 586 bytes .../jacoco/.resources/down.gif | Bin 0 -> 67 bytes .../jacoco/.resources/greenbar.gif | Bin 0 -> 91 bytes .../jacoco/.resources/group.gif | Bin 0 -> 351 bytes .../jacoco/.resources/method.gif | Bin 0 -> 193 bytes .../jacoco/.resources/package.gif | Bin 0 -> 227 bytes .../jacoco/.resources/prettify.css | 13 + .../jacoco/.resources/prettify.js | 1510 +++++++++++++++++ .../jacoco/.resources/redbar.gif | Bin 0 -> 91 bytes .../jacoco/.resources/report.css | 243 +++ .../jacoco/.resources/report.gif | Bin 0 -> 363 bytes .../jacoco/.resources/session.gif | Bin 0 -> 213 bytes .../jacoco/.resources/sort.gif | Bin 0 -> 58 bytes .../jacoco/.resources/sort.js | 147 ++ .../jacoco/.resources/source.gif | Bin 0 -> 354 bytes .../jacoco/.resources/up.gif | Bin 0 -> 67 bytes .../jacoco/.sessions.html | 1 + .../jacoco/index.html | 1 + .../jacoco/jacoco.csv | 10 + .../jacoco/jacoco.xml | 1 + .../AetherStubDownloaderFactory.html | 1 + .../AetherStubDownloaderFactory.java.html | 45 + .../LocalStubRunner.html | 1 + .../LocalStubRunner.java.html | 39 + .../RemoteStubRunner.html | 1 + .../RemoteStubRunner.java.html | 58 + .../index.html | 1 + .../index.source.html | 1 + .../ConvertMojo.html | 1 + .../ConvertMojo.java.html | 113 ++ .../CopyContracts.html | 1 + .../CopyContracts.java.html | 70 + .../GenerateStubsMojo.html | 1 + .../GenerateStubsMojo.java.html | 115 ++ .../GenerateTestsMojo.html | 1 + .../GenerateTestsMojo.java.html | 159 ++ .../ManifestCreator.html | 1 + .../ManifestCreator.java.html | 63 + .../RunMojo.html | 1 + .../RunMojo.java.html | 150 ++ .../index.html | 1 + .../index.source.html | 1 + spring-cloud-contract-maven-plugin/junit.html | 6 +- .../license.html | 6 +- .../plugin-info.html | 6 +- .../plugin-management.html | 6 +- .../plugins.html | 46 +- .../project-info.html | 6 +- .../project-reports.html | 6 +- .../project-summary.html | 6 +- .../run-mojo.html | 6 +- .../sitemap.html | 6 +- .../source-repository.html | 6 +- spring-cloud-contract-maven-plugin/spock.html | 6 +- .../team-list.html | 6 +- spring-cloud-contract-maven-plugin/usage.html | 6 +- spring-cloud-contract.html | 35 +- 74 files changed, 3055 insertions(+), 305 deletions(-) create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/branchfc.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/branchnc.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/branchpc.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/bundle.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/class.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/down.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/greenbar.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/group.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/method.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/package.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/prettify.css create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/prettify.js create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/redbar.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/report.css create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/report.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/session.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/sort.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/sort.js create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/source.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.resources/up.gif create mode 100644 spring-cloud-contract-maven-plugin/jacoco/.sessions.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/index.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/jacoco.csv create mode 100644 spring-cloud-contract-maven-plugin/jacoco/jacoco.xml create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/AetherStubDownloaderFactory.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/AetherStubDownloaderFactory.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/LocalStubRunner.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/LocalStubRunner.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/RemoteStubRunner.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/RemoteStubRunner.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/index.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier.stubrunner/index.source.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/ConvertMojo.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/ConvertMojo.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/CopyContracts.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/CopyContracts.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/GenerateStubsMojo.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/GenerateStubsMojo.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/GenerateTestsMojo.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/GenerateTestsMojo.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/ManifestCreator.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/ManifestCreator.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/RunMojo.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/RunMojo.java.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/index.html create mode 100644 spring-cloud-contract-maven-plugin/jacoco/org.springframework.cloud.contract.maven.verifier/index.source.html diff --git a/spring-cloud-contract-maven-plugin/complex-content.html b/spring-cloud-contract-maven-plugin/complex-content.html index 57606ae26c..270a43178b 100644 --- a/spring-cloud-contract-maven-plugin/complex-content.html +++ b/spring-cloud-contract-maven-plugin/complex-content.html @@ -1,13 +1,13 @@ - + Spring Cloud Contract Verifier Maven Plugin – @@ -149,7 +149,7 @@