From eab15dc1f5a10dc7141eca0dfeb7db0b04eb86ec Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 27 Mar 2019 17:16:40 +0000 Subject: [PATCH] Sync docs from 1.2.x to gh-pages --- 1.2.x/multi/multi__spring_cloud_contract_faq.html | 2 +- 1.2.x/multi/multi__stub_runner_for_messaging.html | 4 ++-- 1.2.x/single/spring-cloud-contract.html | 6 +++--- 1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss | 8 ++++---- 1.2.x/spring-cloud-contract.xml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/1.2.x/multi/multi__spring_cloud_contract_faq.html b/1.2.x/multi/multi__spring_cloud_contract_faq.html index 0438b9b1ff..179783773a 100644 --- a/1.2.x/multi/multi__spring_cloud_contract_faq.html +++ b/1.2.x/multi/multi__spring_cloud_contract_faq.html @@ -251,7 +251,7 @@ Those poms are necessary for the consumer side to run mvn </project>

It’s using the assembly plugin in order to build the JAR with all the contracts. Example of such setup is here:

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 		  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
+		  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 https://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<id>project</id>
 	<formats>
 		<format>jar</format>
diff --git a/1.2.x/multi/multi__stub_runner_for_messaging.html b/1.2.x/multi/multi__stub_runner_for_messaging.html
index cf1354d00c..fbcb989c7c 100644
--- a/1.2.x/multi/multi__stub_runner_for_messaging.html
+++ b/1.2.x/multi/multi__stub_runner_for_messaging.html
@@ -167,9 +167,9 @@ classpath. Remember to annotate your test class with @Auto
 			 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 			 xmlns:beans="http://www.springframework.org/schema/beans"
 			 xsi:schemaLocation="http://www.springframework.org/schema/beans
-			http://www.springframework.org/schema/beans/spring-beans.xsd
+			https://www.springframework.org/schema/beans/spring-beans.xsd
 			http://www.springframework.org/schema/integration
-			http://www.springframework.org/schema/integration/spring-integration.xsd">
+			https://www.springframework.org/schema/integration/spring-integration.xsd">
 
 
 	<!-- REQUIRED FOR TESTING -->
diff --git a/1.2.x/single/spring-cloud-contract.html b/1.2.x/single/spring-cloud-contract.html
index a6e1a5d615..5262628356 100644
--- a/1.2.x/single/spring-cloud-contract.html
+++ b/1.2.x/single/spring-cloud-contract.html
@@ -812,7 +812,7 @@ Those poms are necessary for the consumer side to run mvn
 
 </project>

It’s using the assembly plugin in order to build the JAR with all the contracts. Example of such setup is here:

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 		  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
+		  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 https://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<id>project</id>
 	<formats>
 		<format>jar</format>
@@ -2596,9 +2596,9 @@ classpath. Remember to annotate your test class with @Auto
 			 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 			 xmlns:beans="http://www.springframework.org/schema/beans"
 			 xsi:schemaLocation="http://www.springframework.org/schema/beans
-			http://www.springframework.org/schema/beans/spring-beans.xsd
+			https://www.springframework.org/schema/beans/spring-beans.xsd
 			http://www.springframework.org/schema/integration
-			http://www.springframework.org/schema/integration/spring-integration.xsd">
+			https://www.springframework.org/schema/integration/spring-integration.xsd">
 
 
 	<!-- REQUIRED FOR TESTING -->
diff --git a/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss
index f4de07defc..28651dc871 100644
--- a/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss
+++ b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss
@@ -116,7 +116,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/CopyContracts.java
+                  org/springframework/cloud/contract/maven/verifier/RunMojo.java
                 
                 
                   0
@@ -130,7 +130,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/RunMojo.java
+                  org/springframework/cloud/contract/maven/verifier/CopyContracts.java
                 
                 
                   0
@@ -158,7 +158,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/ManifestCreator.java
+                  org/springframework/cloud/contract/maven/verifier/stubrunner/LocalStubRunner.java
                 
                 
                   0
@@ -172,7 +172,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/stubrunner/LocalStubRunner.java
+                  org/springframework/cloud/contract/maven/verifier/ManifestCreator.java
                 
                 
                   0
diff --git a/1.2.x/spring-cloud-contract.xml b/1.2.x/spring-cloud-contract.xml
index 323d9077ea..bdf92e21ee 100644
--- a/1.2.x/spring-cloud-contract.xml
+++ b/1.2.x/spring-cloud-contract.xml
@@ -1333,7 +1333,7 @@ Those poms are necessary for the consumer side to run mvn clean install
 It’s using the assembly plugin in order to build the JAR with all the contracts. Example of such setup is here:
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 		  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
+		  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 https://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<id>project</id>
 	<formats>
 		<format>jar</format>
@@ -4524,9 +4524,9 @@ classpath. Remember to annotate your test class with @AutoConfigureStub
 			 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 			 xmlns:beans="http://www.springframework.org/schema/beans"
 			 xsi:schemaLocation="http://www.springframework.org/schema/beans
-			http://www.springframework.org/schema/beans/spring-beans.xsd
+			https://www.springframework.org/schema/beans/spring-beans.xsd
 			http://www.springframework.org/schema/integration
-			http://www.springframework.org/schema/integration/spring-integration.xsd">
+			https://www.springframework.org/schema/integration/spring-integration.xsd">
 
 
 	<!-- REQUIRED FOR TESTING -->