From 73f0d8a46ac64ba02bdc7bda7d8be943bf543e1f Mon Sep 17 00:00:00 2001
From: Marcin Grzejszczak
+
Repo structure *
-Let’s assume that we have a producer with coordinates com.example:server and 3 consumers: client1,
client2, client3. Then in the repository with common contracts you would have the following setup
@@ -2202,8 +2198,8 @@ Those poms are necessary for the consumer side to run mvn clean install -D
<artifactId>contracts</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <name>Spring Cloud Contract Verifier Http Server Sample</name>
- <description>Spring Cloud Contract Verifier Http Server Sample</description>
+ <name>Contracts</name>
+ <description>Contains all the Spring Cloud Contracts, well, contracts. JAR used by the producers to generate tests and stubs</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -2266,6 +2262,7 @@ Those poms are necessary for the consumer side to run mvn clean install -D
</assembly>