Sync docs from master to gh-pages
This commit is contained in:
@@ -228,6 +228,35 @@ following sections:</p>
|
||||
spring-cloud-contract-maven-plugin/index.html[Spring
|
||||
Cloud Contract Maven Plugin Documentation].</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Sometimes, regardless of the picked IDE, you can see that the <code>target/generated-test-source</code> folder is not visible on the IDE’s classpath. To ensure that it’s always there, you can add the following entry to your <code>pom.xml</code></p>
|
||||
</div>
|
||||
<div class="exampleblock">
|
||||
<div class="content">
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"><plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>add-source</id>
|
||||
<phase>generate-test-sources</phase>
|
||||
<goals>
|
||||
<goal>add-test-source</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<sources>
|
||||
<source>${project.build.directory}/generated-test-sources/contracts/</source>
|
||||
</sources>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
|
||||
@@ -9280,6 +9280,7 @@ class StubRunnerConfigurationSpec extends Specification {
|
||||
void setupProps() {
|
||||
System.clearProperty("stubrunner.repository.root")
|
||||
System.clearProperty("stubrunner.classifier")
|
||||
WireMockHttpServerStubAccessor.clear()
|
||||
}
|
||||
|
||||
def 'should mark all ports as random'() {
|
||||
|
||||
@@ -13164,6 +13164,7 @@ class StubRunnerConfigurationSpec extends Specification {
|
||||
void setupProps() {
|
||||
System.clearProperty("stubrunner.repository.root")
|
||||
System.clearProperty("stubrunner.classifier")
|
||||
WireMockHttpServerStubAccessor.clear()
|
||||
}
|
||||
|
||||
def 'should mark all ports as random'() {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Constant Field Values (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Deprecated List (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>API Help (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Index (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API</title>
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:47 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>BaseClassMapping (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:47 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>ConvertMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:47 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GenerateStubsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:47 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GenerateTestsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>HelpMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>PushStubsToScmMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>RunMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.BaseClassMapping (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.ConvertMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.GenerateStubsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.GenerateTestsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.HelpMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.PushStubsToScmMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.RunMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>org.springframework.cloud.contract.maven.verifier Class Hierarchy (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Package org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:47 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>AetherStubDownloaderFactory (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:47 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>LocalStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:47 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>RemoteStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.stubrunner.AetherStubDownloaderFactory (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.stubrunner.LocalStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.stubrunner.RemoteStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>org.springframework.cloud.contract.maven.verifier.stubrunner Class Hierarchy (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Uses of Package org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Overview List (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Overview (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 14:19:48 UTC 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Tue Nov 05 17:33:41 UTC 2019 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Class Hierarchy (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2019-11-05">
|
||||
|
||||
@@ -1415,103 +1415,103 @@
|
||||
<td>blocks</td>
|
||||
<td>RightCurly</td>
|
||||
<td>'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).</td>
|
||||
<td>92</td></tr>
|
||||
<td>93</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 93).</td>
|
||||
<td>98</td></tr>
|
||||
<td>99</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>javadoc</td>
|
||||
<td>JavadocMethod</td>
|
||||
<td>Missing a Javadoc comment.</td>
|
||||
<td>98</td></tr>
|
||||
<td>99</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>misc</td>
|
||||
<td>FinalParameters</td>
|
||||
<td>Parameter includedRootFolderAntPattern should be final.</td>
|
||||
<td>98</td></tr>
|
||||
<td>99</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 85).</td>
|
||||
<td>99</td></tr>
|
||||
<td>100</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>blocks</td>
|
||||
<td>RightCurly</td>
|
||||
<td>'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).</td>
|
||||
<td>101</td></tr>
|
||||
<td>102</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 88).</td>
|
||||
<td>102</td></tr>
|
||||
<td>103</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 90).</td>
|
||||
<td>103</td></tr>
|
||||
<td>104</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 91).</td>
|
||||
<td>109</td></tr>
|
||||
<td>110</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>javadoc</td>
|
||||
<td>JavadocMethod</td>
|
||||
<td>Missing a Javadoc comment.</td>
|
||||
<td>109</td></tr>
|
||||
<td>110</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>misc</td>
|
||||
<td>FinalParameters</td>
|
||||
<td>Parameter includedRootFolderAntPattern should be final.</td>
|
||||
<td>109</td></tr>
|
||||
<td>110</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 83).</td>
|
||||
<td>110</td></tr>
|
||||
<td>111</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>blocks</td>
|
||||
<td>RightCurly</td>
|
||||
<td>'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).</td>
|
||||
<td>112</td></tr>
|
||||
<td>113</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 90).</td>
|
||||
<td>113</td></tr>
|
||||
<td>114</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>LineLength</td>
|
||||
<td>Line is longer than 80 characters (found 92).</td>
|
||||
<td>114</td></tr>
|
||||
<td>115</td></tr>
|
||||
<tr class="a">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>javadoc</td>
|
||||
<td>JavadocMethod</td>
|
||||
<td>Missing a Javadoc comment.</td>
|
||||
<td>120</td></tr>
|
||||
<td>121</td></tr>
|
||||
<tr class="b">
|
||||
<td><figure><img src="images/icon_error_sml.gif" alt="" /></figure> Error</td>
|
||||
<td>javadoc</td>
|
||||
<td>JavadocMethod</td>
|
||||
<td>Missing a Javadoc comment.</td>
|
||||
<td>124</td></tr></table></section><section>
|
||||
<td>125</td></tr></table></section><section>
|
||||
<h3 id="org.springframework.cloud.contract.maven.verifier.GenerateStubsMojo.java">org/springframework/cloud/contract/maven/verifier/GenerateStubsMojo.java</h3>
|
||||
<table border="0" class="table table-striped">
|
||||
<tr class="a">
|
||||
|
||||
Reference in New Issue
Block a user